Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2220 #define pinuse(p) ((p)->head & PINUSE_BIT) macro
2965 #define ok_pinuse(p) pinuse(p)
3176 assert(pinuse(p)); in do_check_top_chunk()
3177 assert(!pinuse(chunk_plus_offset(p, sz))); in do_check_top_chunk()
3200 assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p); in do_check_inuse_chunk()
3218 assert(pinuse(p)); in do_check_free_chunk()
3373 assert(pinuse(q)); in traverse_and_check()
3880 assert(pinuse(oldfirst)); in prepend_alloc()
4854 if (!pinuse(p)) { in dlfree()
5285 if (!pinuse(p)) { in mstar_mspace_free()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1716 #define pinuse(p) ((p)->head & PINUSE_BIT)
2389 #define ok_pinuse(p) pinuse(p)
2592 assert(pinuse(p)); in do_check_top_chunk()
2616 assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p); in do_check_inuse_chunk()
2634 assert(pinuse(p)); in do_check_free_chunk()
2789 assert(pinuse(q)); in traverse_and_check()
3297 assert(pinuse(oldfirst)); in prepend_alloc()
4249 if (!pinuse(p)) { in dlfree()
4654 if (!pinuse(p)) { in mspace_free()
H A Ddlmalloc.h131 #define pinuse(p) ((p)->head & PINUSE_BIT) macro