Lines Matching refs:MAX_SIZE_T
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))
3139 (MAX_SIZE_T < MIN_CHUNK_SIZE) || in init_mparams()
3209 val = (value == -1)? MAX_SIZE_T : (size_t)value; in change_mparam()
4378 m->trim_check = MAX_SIZE_T; in sys_trim()
4653 nb = MAX_SIZE_T; /* Too big to allocate. Force failure (in sys alloc) */ in dlmalloc()
4822 req = MAX_SIZE_T; /* force downstream failure on overflow */ in dlcalloc()
5390 return maf == 0 ? MAX_SIZE_T : maf; in dlmalloc_footprint_limit()
5397 if (bytes == MAX_SIZE_T) in dlmalloc_set_footprint_limit()
5601 nb = MAX_SIZE_T; /* Too big to allocate. Force failure (in sys alloc) */ in mspace_malloc()
5765 req = MAX_SIZE_T; /* force downstream failure on overflow */ in mspace_calloc()
5962 result = (maf == 0) ? MAX_SIZE_T : maf; in mspace_footprint_limit()
5976 if (bytes == MAX_SIZE_T) in mspace_set_footprint_limit()