Searched refs:opt_cache_oblivious (Results 1 – 6 of 6) sorted by relevance
36 extern bool opt_cache_oblivious;
226 return (opt_cache_oblivious && orig_align < PAGE) ? PAGE : in prof_sample_align()
106 if (opt_cache_oblivious) { in large_ralloc_no_move_expand()
94 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()
110 bool opt_cache_oblivious = variable1822 sz_boot(&sc_data, opt_cache_oblivious); in malloc_init_hard_a0_locked()
29 #define opt_cache_oblivious JEMALLOC_N(opt_cache_oblivious) macro