Searched defs:CACHE_LINE_SIZE (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/icachetest/
H A Dicache_main.cpp16 static constexpr size_t CACHE_LINE_SIZE = 64; variable
17 static constexpr size_t MAX_ITERATIONS_COUNT = MAX_CODE_SIZE / CACHE_LINE_SIZE;
96 size_t const step = stepInBytes / CACHE_LINE_SIZE;
115 std::cout << ((i*CACHE_LINE_SIZE)/1024) << "\t"

Completed in 57 milliseconds