Searched refs:CHUNK_TO_MEM (Results 1 – 2 of 2) sorted by relevance
309 return CHUNK_TO_MEM(c); in malloc()319 return CHUNK_TO_MEM(c); in malloc()344 return CHUNK_TO_MEM(c); in malloc()385 return CHUNK_TO_MEM(self); in realloc()402 return CHUNK_TO_MEM(self); in realloc()418 return CHUNK_TO_MEM(self); in realloc()430 free(CHUNK_TO_MEM(self)); in realloc()
30 #define CHUNK_TO_MEM(c) (void *)((char *)(c) + OVERHEAD) macro