Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dmalloc.c1873 INTERNAL_SIZE_T mmap_threshold; member
1933 .mmap_threshold = DEFAULT_MMAP_THRESHOLD,
2574 || ((unsigned long) (nb) >= (unsigned long) (mp_.mmap_threshold) in sysmalloc()
3367 && chunksize_nomask (p) > mp_.mmap_threshold in libc_hidden_def()
3370 mp_.mmap_threshold = chunksize (p); in libc_hidden_def()
3371 mp_.trim_threshold = 2 * mp_.mmap_threshold; in libc_hidden_def()
3373 mp_.mmap_threshold, mp_.trim_threshold); in libc_hidden_def()
5330 LIBC_PROBE (memory_mallopt_mmap_threshold, 3, value, mp_.mmap_threshold, in do_set_mmap_threshold()
5332 mp_.mmap_threshold = value; in do_set_mmap_threshold()
Dtst-mallocstate.c77 unsigned long mmap_threshold; member
Dmalloc-debug.c532 unsigned long mmap_threshold; member
Darena.c354 TUNABLE_GET (mmap_threshold, size_t, TUNABLE_CALLBACK (set_mmap_threshold)); in ptmalloc_init()
/glibc-2.36/elf/
Ddl-tunables.list53 mmap_threshold {
/glibc-2.36/manual/
Dtunables.texi60 glibc.malloc.mmap_threshold: 0x0 (min: 0x0, max: 0xffffffffffffffff)
163 @deftp Tunable glibc.malloc.mmap_threshold