Home
last modified time | relevance | path

Searched refs:cache_oblivious (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc/test/unit/
Drun_quantize.c38 bool cache_oblivious; in TEST_BEGIN() local
50 assert_d_eq(mallctl("config.cache_oblivious", (void *)&cache_oblivious, in TEST_BEGIN()
66 run_size = cache_oblivious ? lrun_size + PAGE : lrun_size; in TEST_BEGIN()
Dmallctl.c134 TEST_MALLCTL_CONFIG(cache_oblivious, bool); in TEST_BEGIN()
/external/jemalloc/src/
Dstats.c595 CONFIG_WRITE_BOOL_JSON(cache_oblivious, ",") in stats_general_print()
/external/jemalloc/
DChangeLog404 the "config.cache_oblivious" mallctl.