powered by
Shows the size of the cache line.
Sys.cachelinesize()
Returns a list, whose values are platform dependent.
Sys.cachelinesize() will return the cache linesize. It's almost certainly 32 or 64 bytes.
meminfo
if (FALSE) { library(memuse) Sys.cachelinesize() }
Run the code above in your browser using DataLab