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

  /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...]
  /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

Completed in 233 milliseconds