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.old/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/dist/src/
decay.c
6
static const uint64_t
h_steps
[SMOOTHSTEP_NSTEPS] = {
variable
105
sum += decay->backlog[i] *
h_steps
[i];
168
uint64_t h_steps_max =
h_steps
[SMOOTHSTEP_NSTEPS - 1];
169
assert(h_steps_max >=
h_steps
[SMOOTHSTEP_NSTEPS - 1 - n_epoch]);
171
* (h_steps_max -
h_steps
[SMOOTHSTEP_NSTEPS - 1 - n_epoch]);
220
* like this: pages(now) = sum(backlog[i] *
h_steps
[i]). After 'interval'
233
sum += decay->backlog[i] *
h_steps
[i];
236
sum += decay->backlog[i] * (
h_steps
[i] -
h_steps
[i - interval]);
/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 55 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026