Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2385 #define ok_next(p, n) ((char*)(p) < (char*)(n)) macro
2393 #define ok_next(b, n) (1) macro
3747 if (RTCHECK(ok_next(v, r))) { in tmalloc_large()
3786 if (RTCHECK(ok_next(v, r))) { in tmalloc_small()
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.c2961 #define ok_next(p, n) ((char*)(p) < (char*)(n)) macro
2969 #define ok_next(b, n) (1) macro
4344 if (RTCHECK(ok_next(v, r))) { in tmalloc_large()
4382 if (RTCHECK(ok_next(v, r))) { in tmalloc_small()
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()