Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2087 #define disable_contiguous(M) ((M)->mflags |= USE_NONCONTIGUOUS_BIT) macro
3472 disable_contiguous(m); /* Don't try contiguous path in the future */ in sys_alloc()
4455 disable_contiguous(m); in init_user_mstate()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2610 #define disable_contiguous(M) ((M)->mflags |= USE_NONCONTIGUOUS_BIT) macro
4061 disable_contiguous(m); /* Don't try contiguous path in the future */ in sys_alloc()
5069 disable_contiguous(m); in mstar_init_user_mstate()