Home
last modified time | relevance | path

Searched refs:CHUNK_TO_MEM (Results 1 – 2 of 2) sorted by relevance

/external/musl/src/malloc/oldmalloc/
Dmalloc.c309 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()
Dmalloc_impl.h30 #define CHUNK_TO_MEM(c) (void *)((char *)(c) + OVERHEAD) macro