Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2389 #define ok_pinuse(p) pinuse(p) macro
2395 #define ok_pinuse(p) (1) macro
3820 ok_next(oldp, next) && ok_pinuse(next))) { in internal_realloc()
4277 if (RTCHECK(ok_next(p, next) && ok_pinuse(next))) { in dlfree()
4682 if (RTCHECK(ok_next(p, next) && ok_pinuse(next))) { in mspace_free()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2965 #define ok_pinuse(p) pinuse(p) macro
2971 #define ok_pinuse(p) (1) macro
4416 ok_next(oldp, next) && ok_pinuse(next))) { in internal_realloc()
4881 if (RTCHECK(ok_next(p, next) && ok_pinuse(next))) { in dlfree()
5312 if (RTCHECK(ok_next(p, next) && ok_pinuse(next))) { in mstar_mspace_free()