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:
parent
a1d678444c
commit
d902f94313
6 changed files with 14 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue