Home
last modified time | relevance | path

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

/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h79 #define BLOCK_TO_CHUNK(p) (struct chunk *)((char *)(p) + CHUNK_BLOCK_OFFSET) macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc_impl.h70 #define BLOCK_TO_CHUNK(p) (struct chunk *)((char *)(p) + CHUNK_BLOCK_OFFSET) macro

Completed in 1 milliseconds