Home
last modified time | relevance | path

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

/third_party/musl/src/internal/
Dmalloc_impl.h36 #define BIN_TO_CHUNK(i) (MEM_TO_CHUNK(&mal.bins[i].head)) macro
/third_party/musl/porting/linux/user/src/internal/
Dmalloc_impl.h109 #define BIN_TO_CHUNK(i) (MEM_TO_CHUNK(&mal.bins[i].head)) macro
/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h81 #define BIN_TO_CHUNK(i) (&mal.bins[i].checksum) macro