cachelinesize: Cache Sizes and Linesize

cachelinesizeR Documentation

Cache Sizes and Linesize

Description

Shows the size of the cache line.

Usage

Sys.cachelinesize()

Details

Sys.cachelinesize() will return the cache linesize. It's almost certainly 32 or 64 bytes.

Value

Returns a list, whose values are platform dependent.

See Also

meminfo

Examples

## Not run: 
library(memuse)

Sys.cachelinesize()

## End(Not run)


memuse documentation built on Feb. 16, 2023, 6:36 p.m.