fix debugging message.

This commit is contained in:
Vitor Santos Costa 2009-02-10 22:56:12 +00:00
parent 3439cc8787
commit e08cef278a
1 changed files with 0 additions and 2 deletions

View File

@ -1587,8 +1587,6 @@ Void_t* mALLOc(size_t bytes)
victim = av->top;
size = chunksize(victim);
if (size>100000) fprintf(stderr,"victim=%p %d\n",victim, size);
if ((CHUNK_SIZE_T)(size) >= (CHUNK_SIZE_T)(nb + MINSIZE)) {
remainder_size = size - nb;
remainder = chunk_at_offset(victim, nb);