HomeSort by relevance Sort by last modified time
    Searched full:max_size_t (Results 1 - 4 of 4) sorted by null

  /external/elfutils/lib/
fixedsizehash.h 99 const size_t max_size_t = ~((size_t) 0); local
101 if (nelems >= (max_size_t / 3) * 2)
  /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...]
  /external/libxml2/
xmlmemory.c 112 #define MAX_SIZE_T ((size_t)-1)
244 if (size > (MAX_SIZE_T - RESERVE_SIZE)) {
  /external/skia/src/core/
SkBitmap.cpp 1161 static const uint64_t max_size_t = (size_t)(-1); local
    [all...]

Completed in 377 milliseconds