Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2061 size_t mmap_threshold; member
2470 mparams.mmap_threshold = DEFAULT_MMAP_THRESHOLD; in init_mparams()
2566 mparams.mmap_threshold = val; in change_mparam()
3393 if (use_mmap(m) && nb >= mparams.mmap_threshold) { in sys_alloc()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2576 size_t mmap_threshold; member
3092 mparams.mmap_threshold = DEFAULT_MMAP_THRESHOLD; in init_mparams()
3150 mparams.mmap_threshold = val; in change_mparam()
3980 if (use_mmap(m) && nb >= mparams.mmap_threshold && m->topsize != 0) { in sys_alloc()