1
0
Fork 0
forked from len0rd/rockbox

DEBUG => DEBUG_MALLOC, the symbol is already in use!

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@596 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-05-16 14:16:48 +00:00
parent a1d678444c
commit d902f94313
6 changed files with 14 additions and 19 deletions

View file

@ -38,7 +38,7 @@
#define FALSE 0
#endif
/* #define DEBUG */
/* #define DEBUG_MALLOC */
#define BMEM_ALIGN 64 /* resolution */
@ -240,7 +240,7 @@ static void bmalloc_failed(size_t size)
void bmalloc_status(void)
{
#ifdef DEBUG
#ifdef DEBUG_MALLOC
struct BlockInfo *block = blockHead;
long mem_free = 0;
long mem_used = 0;