OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:npages_threshold
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/test/unit/
decay.c
253
uint64_t
npages_threshold
= dirty_pages / 2;
local
255
dirty_pages,
npages_threshold
);
266
int deviation = abs((int)expected - (int)(
npages_threshold
));
267
expect_d_lt(deviation, (int)(
npages_threshold
/ 2),
269
"[0.5 *
npages_threshold
.. 1.5 *
npages_threshold
]");
/src/external/bsd/jemalloc/dist/test/unit/
decay.c
256
uint64_t
npages_threshold
= dirty_pages / 2;
local
258
&decay, dirty_pages,
npages_threshold
);
269
int deviation = abs((int)expected - (int)(
npages_threshold
));
270
expect_d_lt(deviation, (int)(
npages_threshold
/ 2),
272
"[0.5 *
npages_threshold
.. 1.5 *
npages_threshold
]");
Completed in 14 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026