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

@ -388,7 +388,7 @@ Tree *removebyaddr(Tree *t, Tree *remove)
return x;
}
#ifdef DEBUG
#ifdef DEBUG_MALLOC
static
int printtree(Tree * t, int d, char output)
{
@ -441,7 +441,7 @@ char *bmalloc_obtainbysize( size_t size)
return (char *)receive;
}
#ifdef DEBUG
#ifdef DEBUG_MALLOC
void bmalloc_print_sizes(void)
{
printtree(chunkHead, 0, 1);