Searched refs:CHUNK_BLOCK_OFFSET (Results 1 – 1 of 1) sorted by relevance
68 #define CHUNK_BLOCK_OFFSET (sizeof(struct heap_block)) macro69 #define CHUNK_TO_BLOCK(c) (struct heap_block *)((char *)(c) - CHUNK_BLOCK_OFFSET)70 #define BLOCK_TO_CHUNK(p) (struct chunk *)((char *)(p) + CHUNK_BLOCK_OFFSET)