OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:h_steps
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/jemalloc/dist/src/
decay.c
6
static const uint64_t
h_steps
[SMOOTHSTEP_NSTEPS] = {
variable
105
sum += decay->backlog[i] *
h_steps
[i];
166
uint64_t h_steps_max =
h_steps
[SMOOTHSTEP_NSTEPS - 1];
168
h_steps
[SMOOTHSTEP_NSTEPS - 1 - n_epoch]);
170
h_steps
[SMOOTHSTEP_NSTEPS - 1 - n_epoch]);
218
* like this: pages(now) = sum(backlog[i] *
h_steps
[i]). After 'interval'
231
sum += decay->backlog[i] *
h_steps
[i];
235
(
h_steps
[i] -
h_steps
[i - interval]);
/src/external/bsd/jemalloc.old/dist/src/
arena.c
36
const uint64_t
h_steps
[SMOOTHSTEP_NSTEPS] = {
variable
463
sum += decay->backlog[i] *
h_steps
[i];
/src/external/bsd/jemalloc/include/jemalloc/internal/
private_namespace.gen.h
81
#define
h_steps
JEMALLOC_N(
h_steps
)
macro
private_namespace.h
81
#define
h_steps
JEMALLOC_N(
h_steps
)
macro
/src/external/bsd/jemalloc.old/include/jemalloc/internal/
private_namespace.gen.h
81
#define
h_steps
JEMALLOC_N(
h_steps
)
macro
private_namespace.h
81
#define
h_steps
JEMALLOC_N(
h_steps
)
macro
Completed in 29 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026