Searched defs:next_chunk (Results 1 – 5 of 5) sorted by relevance
583 ChunkUrl next_chunk = chunk_request_urls_.front(); in IssueChunkRequest() local
324 uintptr_t next_chunk = chunk + size; in MergeAndAddFreeChunk_Locked() local
303 uptr next_chunk = frontier->back(); in FloodFillTag() local
291 MemoryChunk* next_chunk() const { in next_chunk() function
1725 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~INUSE_BITS))) macro