Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1715 #define cinuse(p) ((p)->head & CINUSE_BIT)
2387 #define ok_cinuse(p) cinuse(p)
2613 assert(cinuse(p)); in do_check_inuse_chunk()
2626 assert(!cinuse(p)); in do_check_free_chunk()
2635 assert (next == m->top || cinuse(next)); in do_check_free_chunk()
2675 assert(!cinuse(u)); in do_check_tree()
2793 if (cinuse(q)) { in traverse_and_check()
2799 assert(lastq == 0 || cinuse(lastq)); /* Not 2 consecutive free */ in traverse_and_check()
2860 if (!cinuse(q)) { in internal_mallinfo()
2902 if (!cinuse(q)) in internal_malloc_stats()
[all …]
H A Ddlmalloc.h130 #define cinuse(p) ((p)->head & CINUSE_BIT) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2219 #define cinuse(p) ((p)->head & CINUSE_BIT) macro
4882 if (!cinuse(next)) { /* consolidate forward */ in dlfree()
5313 if (!cinuse(next)) { /* consolidate forward */ in mstar_mspace_free()