Home
last modified time | relevance | path

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

/third_party/musl/src/internal/
Dmalloc_impl.h31 #define CHUNK_PSIZE(c) ((c)->psize & -2) macro
/third_party/musl/porting/linux/user/src/internal/
Dmalloc_impl.h104 #define CHUNK_PSIZE(c) ((c)->psize & -2) macro
/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h76 #define CHUNK_PSIZE(c) ((c)->psize & -2) macro