Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_preamble.h143 static const bool config_cache_oblivious = variable
/freebsd/contrib/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)
294 {NAME("cache_oblivious"), CTL(config_cache_oblivious)},
1747 CTL_RO_CONFIG_GEN(config_cache_oblivious, bool) in CTL_RO_CONFIG_GEN() argument
H A Djemalloc.c2612 if (!config_cache_oblivious && ((uintptr_t)ptr & PAGE_MASK) != 0) { in isfree()
2806 if (!size_hint || config_cache_oblivious) { in free_fastpath()
H A Darena.c1989 if (config_cache_oblivious) { in arena_new()