Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h36 extern bool opt_cache_oblivious;
H A Dprof_inlines.h226 return (opt_cache_oblivious && orig_align < PAGE) ? PAGE : in prof_sample_align()
/src/contrib/jemalloc/src/
H A Dlarge.c106 if (opt_cache_oblivious) { in large_ralloc_no_move_expand()
H A Dctl.c94 CTL_PROTO(opt_cache_oblivious)
412 {NAME("cache_oblivious"), CTL(opt_cache_oblivious)},
2130 CTL_RO_NL_GEN(opt_cache_oblivious, opt_cache_oblivious, bool) in CTL_RO_CONFIG_GEN()
H A Djemalloc.c110 bool opt_cache_oblivious = variable
1822 sz_boot(&sc_data, opt_cache_oblivious); in malloc_init_hard_a0_locked()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h29 #define opt_cache_oblivious JEMALLOC_N(opt_cache_oblivious) macro