Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2272 #define pinuse(p) ((p)->head & PINUSE_BIT) macro
3030 #define ok_pinuse(p) pinuse(p)
3246 assert(pinuse(p)); in do_check_top_chunk()
3247 assert(!pinuse(chunk_plus_offset(p, sz))); in do_check_top_chunk()
3270 assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p); in do_check_inuse_chunk()
3288 assert(pinuse(p)); in do_check_free_chunk()
3443 assert(pinuse(q)); in traverse_and_check()
3962 assert(pinuse(oldfirst)); in prepend_alloc()
4377 if (!pinuse(p)) { in dispose_chunk()
4725 if (!pinuse(p)) { in dlfree()
[all …]