Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds