Searched refs:h_steps (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dbackground_thread.c108 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]);
H A Darena.c36 const uint64_t h_steps[SMOOTHSTEP_NSTEPS] = { variable
463 sum += decay->backlog[i] * h_steps[i];
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Darena_externs.h16 extern const uint64_t h_steps[SMOOTHSTEP_NSTEPS];
H A Dprivate_namespace.gen.h81 #define h_steps JEMALLOC_N(h_steps) macro
H A Dprivate_namespace.h81 #define h_steps JEMALLOC_N(h_steps) macro
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Darena_externs.h16 extern const uint64_t h_steps[SMOOTHSTEP_NSTEPS];

Completed in 304 milliseconds