Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2086 #define use_noncontiguous(M) ((M)->mflags & USE_NONCONTIGUOUS_BIT) macro
3416 if (MORECORE_CONTIGUOUS && !use_noncontiguous(m)) { in sys_alloc()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2609 #define use_noncontiguous(M) ((M)->mflags & USE_NONCONTIGUOUS_BIT) macro
4008 if (MORECORE_CONTIGUOUS && !use_noncontiguous(m)) { in sys_alloc()