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

  /external/jemalloc/test/unit/
run_quantize.c 114 for (i = 1; i < run_quantize_max >> LG_PAGE; i++) {
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 454 #define run_quantize_max JEMALLOC_N(run_quantize_max) macro
private_unnamespace.h 454 #undef run_quantize_max macro
arena.h 500 extern size_t run_quantize_max; /* Max run_quantize_*() input. */
    [all...]
  /external/jemalloc/src/
arena.c 24 size_t run_quantize_max; /* Max run_quantize_*() input. */ variable
166 assert(size <= run_quantize_max);
189 assert(size <= run_quantize_max);
    [all...]

Completed in 2564 milliseconds