cachelinesize {memuse} | R Documentation |
Shows the size of the cache line.
Sys.cachelinesize()
Sys.cachelinesize()
will return the cache linesize. It's almost
certainly 32 or 64 bytes.
Returns a list, whose values are platform dependent.
## Not run: library(memuse) Sys.cachelinesize() ## End(Not run)