View source: R/matching_memory.R
| vm_stat_page_size | R Documentation |
vm_stat outputvm_stat counts in pages and states its own page size in the header line
("page size of 16384 bytes"). Apple Silicon pages are 16K and Intel pages are
4K, so the size is read rather than assumed; sysctl hw.pagesize is the
fallback when the header cannot be parsed.
vm_stat_page_size(vm)
vm |
Character vector of |
Page size in bytes, or NA_real_ if undetermined.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.