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

  /bionic/libc/bionic/
malloc_debug_common.h 46 #define MAX_SIZE_T (~(size_t)0)
dlmalloc.c 436 disable trimming completely, you can set to MAX_SIZE_T. Note that the trick
464 disable mmap by setting to MAX_SIZE_T.
502 #define MAX_SIZE_T (~(size_t)0)
582 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T
589 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
    [all...]
malloc_debug_leak.c 330 if (n_elements && MAX_SIZE_T / n_elements < elem_size) {
malloc_debug_qemu.c 807 if (n_elements && MAX_SIZE_T / n_elements < elem_size) {
    [all...]
  /system/extras/ext4_utils/
img2simg.c 139 static const size_t MAX_SIZE_T = ~(size_t)0;
145 if (errno != 0 || end == size_str || value > MAX_SIZE_T)
172 if (value > MAX_SIZE_T / mult)
  /external/astl/src/
string.cpp 37 #ifndef MAX_SIZE_T
38 #define MAX_SIZE_T (~(size_t)0)
  /external/libffi/src/
closures.c 76 #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.
475 #define MAX_SIZE_T (~(size_t)0)
552 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T
559 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 445 disable trimming completely, you can set to MAX_SIZE_T. Note that the trick
473 disable mmap by setting to MAX_SIZE_T.
512 #define MAX_SIZE_T (~(size_t)0)
589 #define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T
596 #define DEFAULT_MMAP_THRESHOLD MAX_SIZE_T
    [all...]

Completed in 113 milliseconds