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

  /external/libffi/src/
closures.c 79 #define DEFAULT_GRANULARITY ((size_t)malloc_getpagesize)
dlmalloc.c 377 DEFAULT_GRANULARITY default: page size if MORECORE_CONTIGUOUS,
541 #ifndef DEFAULT_GRANULARITY
543 #define DEFAULT_GRANULARITY (0) /* 0 means to compute in init_mparams */
545 #define DEFAULT_GRANULARITY ((size_t)64U * (size_t)1024U)
547 #endif /* DEFAULT_GRANULARITY */
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 237 recompile this malloc with a larger DEFAULT_GRANULARITY. Note:
447 DEFAULT_GRANULARITY default: page size if MORECORE_CONTIGUOUS,
671 #ifndef DEFAULT_GRANULARITY
673 #define DEFAULT_GRANULARITY (0) /* 0 means to compute in init_mparams */
675 #define DEFAULT_GRANULARITY ((size_t)64U * (size_t)1024U)
677 #endif /* DEFAULT_GRANULARITY */
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 227 recompile this malloc with a larger DEFAULT_GRANULARITY.
406 DEFAULT_GRANULARITY default: page size if MORECORE_CONTIGUOUS,
620 #ifndef DEFAULT_GRANULARITY
622 #define DEFAULT_GRANULARITY (0) /* 0 means to compute in init_mparams */
624 #define DEFAULT_GRANULARITY ((size_t)64U * (size_t)1024U)
626 #endif /* DEFAULT_GRANULARITY */
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 413 DEFAULT_GRANULARITY default: page size if MORECORE_CONTIGUOUS,
578 #ifndef DEFAULT_GRANULARITY
580 #define DEFAULT_GRANULARITY (0) /* 0 means to compute in init_mparams */
582 #define DEFAULT_GRANULARITY ((size_t)64U * (size_t)1024U)
584 #endif /* DEFAULT_GRANULARITY */
    [all...]

Completed in 442 milliseconds