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_min
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/test/unit/
hpa.c
187
size_t
npages_min
= 1;
local
189
size_t npages =
npages_min
+ prng_range_zu(&prng_state,
190
npages_max -
npages_min
);
/src/external/bsd/jemalloc/dist/test/unit/
hpa.c
260
size_t
npages_min
= 1;
local
262
size_t npages =
npages_min
264
&prng_state, npages_max -
npages_min
);
Completed in 17 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026