Home
last modified time | relevance | path

Searched refs:next_pinuse (Results 1 – 1 of 1) sorted by relevance

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2292 #define next_pinuse(p) ((next_chunk(p)->head) & PINUSE_BIT) macro
3268 assert(next_pinuse(p)); in do_check_inuse_chunk()
3281 assert(!next_pinuse(p)); in do_check_free_chunk()
3330 assert(!next_pinuse(u)); in do_check_tree()