Searched refs:mmap_threshold (Results 1 – 5 of 5) sorted by relevance
683 static unsigned long mmap_threshold = DEFAULT_MMAP_THRESHOLD; variable1463 if ((unsigned long)nb >= (unsigned long)mmap_threshold &&2374 mmap_threshold = value; return 1;
119 2. For requests >= mmap_threshold that are serviced via1552 static unsigned long mmap_threshold = DEFAULT_MMAP_THRESHOLD;2317 if ((unsigned long)nb >= (unsigned long)mmap_threshold &&3147 mmap_threshold = value; return 1;
2109 size_t mmap_threshold; member2518 mparams.mmap_threshold = DEFAULT_MMAP_THRESHOLD; in init_mparams()2610 mparams.mmap_threshold = val; in change_mparam()3434 if (use_mmap(m) && nb >= mparams.mmap_threshold) { in sys_alloc()
2104 size_t mmap_threshold; member2513 mparams.mmap_threshold = DEFAULT_MMAP_THRESHOLD; in init_mparams()2605 mparams.mmap_threshold = val; in change_mparam()3429 if (use_mmap(m) && nb >= mparams.mmap_threshold) { in sys_alloc()
2619 size_t mmap_threshold; member3149 mparams.mmap_threshold = DEFAULT_MMAP_THRESHOLD; in init_mparams()3222 mparams.mmap_threshold = val; in change_mparam()4062 if (use_mmap(m) && nb >= mparams.mmap_threshold && m->topsize != 0) { in sys_alloc()