Home
last modified time | relevance | path

Searched refs:config_cache_oblivious (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_preamble.h.in146 static const bool config_cache_oblivious = variable
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dlarge.c191 if (config_cache_oblivious) { in large_ralloc_no_move_expand()
H A Dctl.c70 CTL_PROTO(config_cache_oblivious)
268 {NAME("cache_oblivious"), CTL(config_cache_oblivious)},
1640 CTL_RO_CONFIG_GEN(config_cache_oblivious, bool) in CTL_RO_CONFIG_GEN() argument
H A Darena.c1804 if (config_cache_oblivious) { in arena_new()
H A Djemalloc.c2244 if (!config_cache_oblivious && ((uintptr_t)ptr & PAGE_MASK) != 0) { in isfree()