Home
last modified time | relevance | path

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

/third_party/musl/src/internal/
Dmalloc_impl.h32 #define PREV_CHUNK(c) ((struct chunk *)((char *)(c) - CHUNK_PSIZE(c))) macro
/third_party/musl/porting/linux/user/src/internal/
Dmalloc_impl.h105 #define PREV_CHUNK(c) ((struct chunk *)((char *)(c) - CHUNK_PSIZE(c))) macro
/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h77 #define PREV_CHUNK(c) ((struct chunk *)((char *)(c) - CHUNK_PSIZE(c))) macro