Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Darena.h1404 assert(config_cache_oblivious || ((uintptr_t)ptr & in arena_salloc()
1472 assert(config_cache_oblivious || ((uintptr_t)ptr & in arena_dalloc()
1529 assert(config_cache_oblivious || ((uintptr_t)ptr & in arena_sdalloc()
Djemalloc_internal.h137 static const bool config_cache_oblivious = variable
Djemalloc_internal.h.in137 static const bool config_cache_oblivious = variable
/external/jemalloc/src/
Dctl.c76 CTL_PROTO(config_cache_oblivious)
250 {NAME("cache_oblivious"), CTL(config_cache_oblivious)},
1260 CTL_RO_CONFIG_GEN(config_cache_oblivious, bool) in CTL_RO_CONFIG_GEN() argument
Darena.c2631 if (config_cache_oblivious) { in arena_malloc_large()
2809 if (config_cache_oblivious) in arena_palloc()
3130 if (config_cache_oblivious && zero) { in arena_ralloc_large_grow()
3578 if (config_cache_oblivious) { in arena_new()