Searched refs:CHUNK_TO_BLOCK (Results 1 – 2 of 2) sorted by relevance
69 #define CHUNK_TO_BLOCK(c) (struct heap_block *)((char *)(c) - CHUNK_BLOCK_OFFSET) macro
474 struct heap_block *block = CHUNK_TO_BLOCK(self); in insert_block_list()