[][src]Module dpdk_unix::memory_information

Memory Information.

Structs

MemoryInformation

A set of memory statistics.

PhysicalAddress

Physical Address.

PhysicalPageFrameNumber

Physical Page Frame Number (PFN).

VirtualAddress

A virtual address.

VirtualPageFrameNumber

A Virtual Page Frame Number (PFN).

Enums

HugePageSize

Commonly supported huge page sizes for modern popular CPU architectures (x86, ARM, PowerPC).

MemoryInformationName

Memory information names for a process.

MemoryInformationParseError

Errors possible when parsing memory statistics.

MemoryInformationUnit

Memory statistic unit.

VirtualMemoryStatisticName

A list of known virtual memory statistics related to NUMA nodes.

Functions

page_size

A very slightly faster function to get page size than sysconf(_SC_PAGESIZE) on musl libc systems.