OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TEST_MALLCTL_OPT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/test/unit/
mallctl.c
266
TEST_BEGIN(
test_mallctl_opt
) {
269
#define
TEST_MALLCTL_OPT
(t, opt, config) do { \
280
TEST_MALLCTL_OPT
(bool, abort, always);
281
TEST_MALLCTL_OPT
(bool, abort_conf, always);
282
TEST_MALLCTL_OPT
(bool, cache_oblivious, always);
283
TEST_MALLCTL_OPT
(bool, trust_madvise, always);
284
TEST_MALLCTL_OPT
(bool, confirm_conf, always);
285
TEST_MALLCTL_OPT
(const char *, metadata_thp, always);
286
TEST_MALLCTL_OPT
(bool, retain, always);
287
TEST_MALLCTL_OPT
(const char *, dss, always)
[
all
...]
/src/external/bsd/jemalloc/dist/test/unit/
mallctl.c
284
TEST_BEGIN(
test_mallctl_opt
) {
287
#define
TEST_MALLCTL_OPT
(t, opt, config) \
299
TEST_MALLCTL_OPT
(bool, abort, always);
300
TEST_MALLCTL_OPT
(bool, abort_conf, always);
301
TEST_MALLCTL_OPT
(bool, cache_oblivious, always);
302
TEST_MALLCTL_OPT
(bool, trust_madvise, always);
303
TEST_MALLCTL_OPT
(
305
TEST_MALLCTL_OPT
(bool, experimental_hpa_enforce_hugify, always);
306
TEST_MALLCTL_OPT
(bool, confirm_conf, always);
307
TEST_MALLCTL_OPT
(const char *, metadata_thp, always)
[
all
...]
Completed in 57 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026