Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dsz.c109 sz_boot(const sc_data_t *sc_data, bool cache_oblivious) { in sz_boot() argument
110 sz_large_pad = cache_oblivious ? PAGE : 0; in sz_boot()
H A Dstats.c1403 CONFIG_WRITE_BOOL(cache_oblivious); in stats_general_print()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dsz.h54 extern void sz_boot(const sc_data_t *sc_data, bool cache_oblivious);
/src/contrib/jemalloc/
H A DChangeLog36 - Add opt.cache_oblivious as an runtime alternative to config.cache_oblivious.
40 + opt.cache_oblivious (@interwq)
1014 the "config.cache_oblivious" mallctl.