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

  /external/jemalloc_new/src/
background_thread.c 108 sum += decay->backlog[i] * h_steps[i];
111 sum += decay->backlog[i] * (h_steps[i] - h_steps[i - interval]);
695 uint64_t h_steps_max = h_steps[SMOOTHSTEP_NSTEPS - 1];
697 h_steps[SMOOTHSTEP_NSTEPS - 1 - n_epoch]);
699 h_steps[SMOOTHSTEP_NSTEPS - 1 - n_epoch]);
arena.c 36 const uint64_t h_steps[SMOOTHSTEP_NSTEPS] = { variable
463 sum += decay->backlog[i] * h_steps[i];
    [all...]
  /external/jemalloc_new/include/jemalloc/internal/
arena_externs.h 16 extern const uint64_t h_steps[SMOOTHSTEP_NSTEPS];
private_namespace.h 81 #define h_steps JEMALLOC_N(h_steps) macro
private_namespace_jet.h 82 #define h_steps JEMALLOC_N(h_steps) macro
  /external/jemalloc/src/
arena.c 1278 static const uint64_t h_steps[] = { local
    [all...]

Completed in 1332 milliseconds