跳转至

cf::CachedMemory

Linux-specific cached memory information.

#include <memory_info.h>

Public Attributes

Name
uint64_t buffers_bytes
Memory used for buffers (in bytes).
uint64_t cached_bytes
Memory used for page cache (in bytes).
uint64_t shared_bytes
Memory used for shared memory (Shmem, in bytes).
uint64_t slab_bytes
Memory used for kernel data structures (in bytes).

Public Attributes Documentation

variable buffers_bytes

uint64_t buffers_bytes;

Memory used for buffers (in bytes).

variable cached_bytes

uint64_t cached_bytes;

Memory used for page cache (in bytes).

variable shared_bytes

uint64_t shared_bytes;

Memory used for shared memory (Shmem, in bytes).

variable slab_bytes

uint64_t slab_bytes;

Memory used for kernel data structures (in bytes).


Updated on 2026-03-09 at 10:14:00 +0000