Home
last modified time | relevance | path

Searched refs:MAX_SIZE_T (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/
Dxmlmemory.c112 #define MAX_SIZE_T ((size_t)-1) macro
175 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()
/external/dlmalloc/
Dmalloc.c585 #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()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c488 #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()
[all …]
Dclosures.c92 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
/external/libffi/src/
Ddlmalloc.c483 #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()
[all …]
Dclosures.c92 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc347 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T, in FlushCompressedBytes()
378 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T, in CompressMoreBytes()
Dinternal.h717 #define MAX_SIZE_T (~(size_t)0) macro
Dchttp2_transport.cc2923 MAX_SIZE_T, &end_of_context)) { in Pull()