Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_preamble.h146 static const bool config_cache_oblivious = variable
Djemalloc_preamble.h.in146 static const bool config_cache_oblivious = variable
/external/jemalloc_new/src/
Dlarge.c199 if (config_cache_oblivious) { in large_ralloc_no_move_expand()
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
Darena.c1808 if (config_cache_oblivious) { in arena_new()
Djemalloc.c2260 if (!config_cache_oblivious && ((uintptr_t)ptr & PAGE_MASK) != 0) {