Searched refs:MAX_SIZE_T (Results 1 – 12 of 12) sorted by relevance
/external/libxml2/ |
D | xmlmemory.c | 112 #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/ |
D | malloc.c | 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() [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 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() [all …]
|
D | closures.c | 92 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
|
/external/libffi/src/ |
D | dlmalloc.c | 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() [all …]
|
D | closures.c | 375 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | writing.cc | 367 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T, in FlushCompressedBytes() 401 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T, in CompressMoreBytes()
|
D | internal.h | 776 #define MAX_SIZE_T (~(size_t)0) macro
|
D | chttp2_transport.cc | 3026 MAX_SIZE_T, &end_of_context)) { in Pull()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | writing.cc | 347 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T, in FlushCompressedBytes() 378 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T, in CompressMoreBytes()
|
D | internal.h | 717 #define MAX_SIZE_T (~(size_t)0) macro
|
D | chttp2_transport.cc | 2923 MAX_SIZE_T, &end_of_context)) { in Pull()
|