Searched refs:next_chunk (Results 1 – 2 of 2) sorted by relevance
399 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~PREV_INUSE) )) macro788 mchunkptr next = next_chunk(p);801 assert(next_chunk(prv) == p);1819 if ( (newp = mem2chunk(newmem)) == next_chunk(oldp))2272 for (q = next_chunk(p); in malloc_update_mallinfo()2274 q = next_chunk(q)) in malloc_update_mallinfo()
1318 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~PREV_INUSE) ))1653 mchunkptr next = next_chunk(p);1666 assert(next_chunk(prv) == p);2656 if ( (newp = mem2chunk(newmem)) == next_chunk(oldp))3057 for (q = next_chunk(p);3059 q = next_chunk(q))