Home
last modified time | relevance | path

Searched defs:is_inuse (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2274 #define is_inuse(p) (((p)->head & INUSE_BITS) != PINUSE_BIT) macro
/aosp_15_r20/external/dlmalloc/
H A Ddlmalloc.c2259 #define is_inuse(p) (((p)->head & INUSE_BITS) != PINUSE_BIT) macro
/aosp_15_r20/external/trusty/lk/external/lib/heap/dlmalloc/
Ddlmalloc.c2315 #define is_inuse(p) (((p)->head & INUSE_BITS) != PINUSE_BIT) macro
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_2_8_6.c2257 #define is_inuse(p) (((p)->head & INUSE_BITS) != PINUSE_BIT) macro