Searched defs:next_chunk (Results 1 – 2 of 2) sorted by relevance
142 #define next_chunk(p) ((mchunkptr)( ((unsigned long)(p)) + ((p)->head & ~INUSE_BITS))) macro
2233 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~FLAG_BITS))) macro