Home | History | Annotate | Download | only in src

Lines Matching refs:MAX_SIZE_T

409   disable trimming completely, you can set to MAX_SIZE_T. Note that the trick
437 disable mmap by setting to MAX_SIZE_T.
475 #define MAX_SIZE_T (~(size_t)0)
552 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T
559 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
753 M_TRIM_THRESHOLD -1 2*1024*1024 any (MAX_SIZE_T disables)
1254 #define HALF_MAX_SIZE_T (MAX_SIZE_T / 2U)
1277 #define MFAIL ((void*)(MAX_SIZE_T))
2515 (MAX_SIZE_T < MIN_CHUNK_SIZE) ||
3650 m->trim_check = MAX_SIZE_T;
4142 nb = MAX_SIZE_T; /* Too big to allocate. Force failure (in sys alloc) */
4300 req = MAX_SIZE_T; /* force downstream failure on overflow */
4549 nb = MAX_SIZE_T; /* Too big to allocate. Force failure (in sys alloc) */
4703 req = MAX_SIZE_T; /* force downstream failure on overflow */