Home
last modified time | relevance | path

Searched refs:cache_capacity (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbb/
H A Darena.h81 void init(unsigned cache_capacity) { in init() argument
82 std::size_t alloc_size = cache_capacity * sizeof(task_dispatcher*); in init()
86 my_max_index = cache_capacity - 1; in init()
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_lru_cache.h93 concurrent_lru_cache(value_function_type value_function, std::size_t cache_capacity) in concurrent_lru_cache() argument
94 : my_value_function(value_function), my_history_list_capacity(cache_capacity) { in concurrent_lru_cache()