Lines Matching refs:MAX_SIZE_T
483 #define MAX_SIZE_T (~(size_t)0) macro
560 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T
567 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
1265 #define HALF_MAX_SIZE_T (MAX_SIZE_T / 2U)
1288 #define MFAIL ((void*)(MAX_SIZE_T))
2577 (MAX_SIZE_T < MIN_CHUNK_SIZE) || in init_mparams()
3712 m->trim_check = MAX_SIZE_T; in sys_trim()
4204 nb = MAX_SIZE_T; /* Too big to allocate. Force failure (in sys alloc) */ in dlmalloc()
4362 req = MAX_SIZE_T; /* force downstream failure on overflow */ in dlcalloc()
4611 nb = MAX_SIZE_T; /* Too big to allocate. Force failure (in sys alloc) */ in mspace_malloc()
4765 req = MAX_SIZE_T; /* force downstream failure on overflow */ in mspace_calloc()