HomeSort by relevance Sort by last modified time
    Searched refs:MAX_SIZE_T (Results 1 - 10 of 10) sorted by null

  /external/libxml2/
xmlmemory.c 112 #define MAX_SIZE_T ((size_t)-1)
175 if (size > (MAX_SIZE_T - RESERVE_SIZE)) {
251 if (size > (MAX_SIZE_T - RESERVE_SIZE)) {
362 if (size > (MAX_SIZE_T - RESERVE_SIZE)) {
516 if (size > (MAX_SIZE_T - RESERVE_SIZE)) {
  /external/dlmalloc/
malloc.c 223 use the symbolic values MAX_SIZE_T, SIZE_T_ONE, etc below.
479 disable trimming completely, you can set to MAX_SIZE_T. Note that the trick
507 disable mmap by setting to MAX_SIZE_T.
520 disable, set to MAX_SIZE_T. This may lead to a very slight speed
585 #define MAX_SIZE_T (~(size_t)0)
682 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c 393 #define MAX_SIZE_T (~(size_t)0)
404 else if (rlen <= (MAX_SIZE_T / 4)) /* avoid buffers too large */
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
writing.cc 347 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T,
378 &s_->compressed_data_buffer, nullptr, MAX_SIZE_T,
internal.h 717 #define MAX_SIZE_T (~(size_t)0)
chttp2_transport.cc     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
closures.c 92 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
dlmalloc.c 409 disable trimming completely, you can set to MAX_SIZE_T. Note that the trick
437 disable mmap by setting to MAX_SIZE_T.
488 #define MAX_SIZE_T (~(size_t)0)
565 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T
572 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
    [all...]
  /external/libffi/src/
dlmalloc.c 409 disable trimming completely, you can set to MAX_SIZE_T. Note that the trick
437 disable mmap by setting to MAX_SIZE_T.
483 #define MAX_SIZE_T (~(size_t)0)
560 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T
567 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
    [all...]
closures.c 92 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T

Completed in 1111 milliseconds