Home
last modified time | relevance | path

Searched refs:MMAP_THRESHOLD (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-common.h30 #define MMAP_THRESHOLD ((0x1c00 * SIZE_ALIGN) - OVERHEAD) macro
64 if (sizes[i] > MMAP_THRESHOLD) { in get_total_from_test_sizes()
Dtest-malloc-info-stats-print.h162 if (size > MMAP_THRESHOLD) { in validate_allocated_size()
/third_party/musl/src/internal/
Dmalloc_impl.h26 #define MMAP_THRESHOLD (0x1c00*SIZE_ALIGN) macro
/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h71 #define MMAP_THRESHOLD (0x1c00*(4*sizeof(size_t))) macro
/third_party/musl/porting/linux/user/src/internal/
Dmalloc_impl.h83 #define MMAP_THRESHOLD (0x1c00*SIZE_ALIGN) macro
/third_party/musl/porting/liteos_a/user/src/malloc/
Dmalloc.c246 if (n1-n <= MMAP_THRESHOLD) return 0; in pretrim()
291 if (n > MMAP_THRESHOLD) { in malloc()
/third_party/musl/src/malloc/
Dmalloc.c246 if (n1-n <= MMAP_THRESHOLD) return 0; in pretrim()
291 if (n > MMAP_THRESHOLD) { in malloc()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmalloc.c252 if (n1-n <= MMAP_THRESHOLD) return 0; in pretrim()
303 if (n > MMAP_THRESHOLD) { in malloc()
/third_party/musl/porting/linux/user/src/malloc/
Dmalloc.c572 if (n1-n <= MMAP_THRESHOLD) return 0; in pretrim()
653 if (n > MMAP_THRESHOLD) { in internal_malloc()