Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1731 #define next_pinuse(p) ((next_chunk(p)->head) & PINUSE_BIT)
2593 assert(!next_pinuse(p)); in do_check_top_chunk()
2614 assert(next_pinuse(p)); in do_check_inuse_chunk()
2627 assert(!next_pinuse(p)); in do_check_free_chunk()
2676 assert(!next_pinuse(u)); in do_check_tree()
H A Ddlmalloc.h146 #define next_pinuse(p) ((next_chunk(p)->head) & PINUSE_BIT) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2237 #define next_pinuse(p) ((next_chunk(p)->head) & PINUSE_BIT) macro
3198 assert(next_pinuse(p)); in do_check_inuse_chunk()
3211 assert(!next_pinuse(p)); in do_check_free_chunk()
3260 assert(!next_pinuse(u)); in do_check_tree()