Lines Matching refs:mmap_threshold
61 to the minimum size, except for requests >= mmap_threshold that2619 size_t mmap_threshold;3149 mparams.mmap_threshold = DEFAULT_MMAP_THRESHOLD;3222 mparams.mmap_threshold = val;4062 if (use_mmap(m) && nb >= mparams.mmap_threshold && m->topsize != 0) {