Searched refs:CACHE_LINE_SIZE (Results 1 – 1 of 1) sorted by relevance
16 static constexpr size_t CACHE_LINE_SIZE = 64; variable17 static constexpr size_t MAX_ITERATIONS_COUNT = MAX_CODE_SIZE / CACHE_LINE_SIZE;96 size_t const step = stepInBytes / CACHE_LINE_SIZE; in main()115 std::cout << ((i*CACHE_LINE_SIZE)/1024) << "\t" in main()