Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_lru_cache.cpp86 preset_object.fill_up_cache(0, preset_object.number_of_lru_history_items);
106 preset_object.fill_up_cache(1, preset_object.number_of_lru_history_items+2);
123 preset_object.fill_up_cache(1,preset_object.number_of_lru_history_items+2);
/oneTBB/test/common/
H A Dconcurrent_lru_cache_common.h248 void fill_up_cache(std::size_t lower_bound, std::size_t upper_bound) { in fill_up_cache() function