CACHE_LINE_SIZE

Constant CACHE_LINE_SIZE 

Source
pub const CACHE_LINE_SIZE: usize = 64;
Expand description

Cache line size in bytes.

Used for memory region calculations in block size computation.