Searched defs:next_chunk (Results 1 – 4 of 4) sorted by relevance
399 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~PREV_INUSE) )) macro
561 int64_t next_chunk = next_offset / s->granularity; in mirror_iteration() local