Lines Matching refs:MAX_SIZE_T
488 #define MAX_SIZE_T (~(size_t)0) macro
565 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T
572 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
1270 #define HALF_MAX_SIZE_T (MAX_SIZE_T / 2U)
1293 #define MFAIL ((void*)(MAX_SIZE_T))
2582 (MAX_SIZE_T < MIN_CHUNK_SIZE) || in init_mparams()
3717 m->trim_check = MAX_SIZE_T; in sys_trim()
4209 nb = MAX_SIZE_T; /* Too big to allocate. Force failure (in sys alloc) */ in dlmalloc()
4367 req = MAX_SIZE_T; /* force downstream failure on overflow */ in dlcalloc()
4616 nb = MAX_SIZE_T; /* Too big to allocate. Force failure (in sys alloc) */ in mspace_malloc()
4770 req = MAX_SIZE_T; /* force downstream failure on overflow */ in mspace_calloc()