Searched refs:MAX_SIZE_T (Results 1 – 9 of 9) sorted by relevance
112 #define MAX_SIZE_T ((size_t)-1) macro175 if (size > (MAX_SIZE_T - RESERVE_SIZE)) { in xmlMallocLoc()251 if (size > (MAX_SIZE_T - RESERVE_SIZE)) { in xmlMallocAtomicLoc()362 if (size > (MAX_SIZE_T - RESERVE_SIZE)) { in xmlReallocLoc()516 if (size > (MAX_SIZE_T - RESERVE_SIZE)) { in xmlMemStrdupLoc()
585 #define MAX_SIZE_T (~(size_t)0) macro682 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T689 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T696 #define MAX_RELEASE_CHECK_RATE MAX_SIZE_T1612 #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()[all …]
488 #define MAX_SIZE_T (~(size_t)0) macro565 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T572 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T1270 #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()[all …]
92 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
483 #define MAX_SIZE_T (~(size_t)0) macro560 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T567 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T1265 #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()[all …]
347 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T, in FlushCompressedBytes()378 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T, in CompressMoreBytes()
717 #define MAX_SIZE_T (~(size_t)0) macro
2923 MAX_SIZE_T, &end_of_context)) { in Pull()