fix debugging message.
This commit is contained in:
parent
3439cc8787
commit
e08cef278a
@ -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);
|
||||
|
Reference in New Issue
Block a user