Home
last modified time | relevance | path

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

/third_party/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()
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlmemory.c143 #define MAX_SIZE_T ((size_t)-1) macro
206 if (size > (MAX_SIZE_T - RESERVE_SIZE)) { in xmlMallocLoc()
282 if (size > (MAX_SIZE_T - RESERVE_SIZE)) { in xmlMallocAtomicLoc()
393 if (size > (MAX_SIZE_T - RESERVE_SIZE)) { in xmlReallocLoc()
547 if (size > (MAX_SIZE_T - RESERVE_SIZE)) { in xmlMemStrdupLoc()
/third_party/boost/libs/container/src/
Ddlmalloc_2_8_6.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
1610 #define HALF_MAX_SIZE_T (MAX_SIZE_T / 2U)
1633 #define MFAIL ((void*)(MAX_SIZE_T))
3129 (MAX_SIZE_T < MIN_CHUNK_SIZE) || in init_mparams()
3190 val = (value == -1)? MAX_SIZE_T : (size_t)value; in change_mparam()
4349 m->trim_check = MAX_SIZE_T; in sys_trim()
4624 nb = MAX_SIZE_T; /* Too big to allocate. Force failure (in sys alloc) */ in dlmalloc()
[all …]
Ddlmalloc_ext_2_8_6.c234 nb = MAX_SIZE_T; /* Too big to allocate. Force failure (in sys alloc) */ in mspace_malloc_lockless()
797 (MAX_SIZE_T / element_req_size) < contiguous_elements)) { in internal_node_multialloc()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c539 #define MAX_SIZE_T (~(size_t)0) macro
616 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T
623 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
1329 #define HALF_MAX_SIZE_T (MAX_SIZE_T / 2U)
1352 #define MFAIL ((void*)(MAX_SIZE_T))
2576 (MAX_SIZE_T < MIN_CHUNK_SIZE) || in init_mparams()
3758 m->trim_check = MAX_SIZE_T; in sys_trim()
4254 nb = MAX_SIZE_T; /* Too big to allocate. Force failure (in sys alloc) */ in dlmalloc()
4410 req = MAX_SIZE_T; /* force downstream failure on overflow */ in dlcalloc()
4694 nb = MAX_SIZE_T; /* Too big to allocate. Force failure (in sys alloc) */ in mspace_malloc()
[all …]
/third_party/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.c375 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc367 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T, in FlushCompressedBytes()
401 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T, in CompressMoreBytes()
Dinternal.h776 #define MAX_SIZE_T (~(size_t)0) macro
Dchttp2_transport.cc3026 MAX_SIZE_T, &end_of_context)) { in Pull()