Home
last modified time | relevance | path

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

/third_party/musl/src/malloc/oldmalloc/
Dmalloc_impl.h31 #define BIN_TO_CHUNK(i) (MEM_TO_CHUNK(&mal.bins[i].head)) macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Dmalloc_impl.h81 #define BIN_TO_CHUNK(i) (&mal.bins[i].checksum) macro