Home
last modified time | relevance | path

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

/rocksdb-6.9/table/plain/
Dplain_table_bloom.cc61 auto cache_line_offset = reinterpret_cast<uintptr_t>(raw) % CACHE_LINE_SIZE; in SetTotalBits() local
62 if (kNumBlocks > 0 && cache_line_offset > 0) { in SetTotalBits()
63 raw += CACHE_LINE_SIZE - cache_line_offset; in SetTotalBits()