OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nlive_edatas_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc/dist/test/unit/
hpa.c
161
const size_t
nlive_edatas_max
= 500;
local
163
edata_t **live_edatas = calloc(
nlive_edatas_max
, sizeof(edata_t *));
179
if (nlive_edatas ==
nlive_edatas_max
) {
/src/external/bsd/jemalloc.old/dist/test/unit/
hpa.c
161
const size_t
nlive_edatas_max
= 500;
local
163
edata_t **live_edatas = calloc(
nlive_edatas_max
, sizeof(edata_t *));
179
if (nlive_edatas ==
nlive_edatas_max
) {
Completed in 20 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026