Function base::mmap::get_cacheline_size
source · fn get_cacheline_size() -> usize
Expand description
Returns the system’s effective cacheline size (e.g. the granularity at which arch-specific cacheline management, such as with the clflush instruction, is expected to occur).