Home
last modified time | relevance | path

Searched defs:PREV_CHUNK (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/malloc/oldmalloc/
Dmalloc_impl.h27 #define PREV_CHUNK(c) ((struct chunk *)((char *)(c) - CHUNK_PSIZE(c))) macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Dmalloc_impl.h77 #define PREV_CHUNK(c) ((struct chunk *)((char *)(c) - CHUNK_PSIZE(c))) macro