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

  /bionic/libc/bionic/
malloc_debug_common.h 46 #define MAX_SIZE_T (~(size_t)0)
malloc_debug_leak.c 407 if (n_elements && MAX_SIZE_T / n_elements < elem_size) {
572 if (n_elements && MAX_SIZE_T / n_elements < elem_size) {
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_qemu.c 807 if (n_elements && MAX_SIZE_T / n_elements < elem_size) {
    [all...]
  /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 43 milliseconds