Searched refs:MAX_SIZE_T (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_debug_common.h46 #define MAX_SIZE_T (~(size_t)0) macro
H A Dmalloc_debug_leak.cpp333 if (n_elements && MAX_SIZE_T / n_elements < elem_size) {
H A Dmalloc_debug_qemu.cpp765 if (n_elements && MAX_SIZE_T / n_elements < elem_size) {
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c223 use the symbolic values MAX_SIZE_T, SIZE_T_ONE, etc below.
479 disable trimming completely, you can set to MAX_SIZE_T. Note that the trick
507 disable mmap by setting to MAX_SIZE_T.
520 disable, set to MAX_SIZE_T. This may lead to a very slight speed
585 #define MAX_SIZE_T (~(size_t)0) macro
682 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T
689 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
696 #define MAX_RELEASE_CHECK_RATE MAX_SIZE_T
1612 #define HALF_MAX_SIZE_T (MAX_SIZE_T / 2U)
1635 #define MFAIL ((void*)(MAX_SIZE_T))
[all...]

Completed in 70 milliseconds