Home
last modified time | relevance | path

Searched refs:PREV_CHUNK (Results 1 - 5 of 5) 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
H A Dmalloc.c548 struct chunk *prev = PREV_CHUNK(self); in __bin_chunk()
/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
H A Dmalloc.c506 struct chunk *prev = PREV_CHUNK(self); in __bin_chunk()
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
H A Dmalloc.c454 struct chunk *prev = PREV_CHUNK(self); in __bin_chunk()

Completed in 5 milliseconds