HomeSort by relevance Sort by last modified time
    Searched full:run_quantize_floor (Results 1 - 6 of 6) sorted by null

  /external/jemalloc/test/unit/
run_quantize.c 26 assert_zu_eq(run_size, run_quantize_floor(run_size),
67 floor = run_quantize_floor(run_size);
78 assert_zu_eq(run_size_prev, run_quantize_floor(run_size
118 floor = run_quantize_floor(run_size);
  /external/jemalloc/include/jemalloc/internal/
private_symbols.txt 451 run_quantize_floor
private_namespace.h 453 #define run_quantize_floor JEMALLOC_N(run_quantize_floor) macro
private_unnamespace.h 453 #undef run_quantize_floor macro
arena.h 506 extern run_quantize_t *run_quantize_floor;
    [all...]
  /external/jemalloc/src/
arena.c 27 static size_t *run_quantize_floor_tab; /* run_quantize_floor() memoization. */
157 #undef run_quantize_floor macro
158 #define run_quantize_floor JEMALLOC_N(run_quantize_floor_impl) macro
161 run_quantize_floor(size_t size) function
174 #undef run_quantize_floor macro
175 #define run_quantize_floor JEMALLOC_N(run_quantize_floor) macro
176 run_quantize_t *run_quantize_floor = JEMALLOC_N(run_quantize_floor_impl); variable
216 szind_t ind = size2index(run_quantize_floor(arena_miscelm_size_get(
228 szind_t ind = size2index(run_quantize_floor(arena_miscelm_size_get
    [all...]

Completed in 1381 milliseconds