API Reference Manual  1.45.1
odp_system_meminfo_t Struct Reference

Memory information. More...

#include <system_info.h>

Data Fields

uint64_t total_mapped
 Total mapped memory. More...
 
uint64_t total_used
 Total memory usage. More...
 
uint64_t total_overhead
 Total memory usage overheads. More...
 

Detailed Description

Memory information.

Definition at line 207 of file spec/system_info.h.

Field Documentation

◆ total_mapped

uint64_t odp_system_meminfo_t::total_mapped

Total mapped memory.

Total amount of memory (in bytes) in all memory pages that are reserved by this ODP instance from the system.

Definition at line 214 of file spec/system_info.h.

◆ total_used

uint64_t odp_system_meminfo_t::total_used

Total memory usage.

Total amount of memory (in bytes) that is currently in use by this ODP instance. This is a subset of 'total_mapped' bytes.

Definition at line 222 of file spec/system_info.h.

◆ total_overhead

uint64_t odp_system_meminfo_t::total_overhead

Total memory usage overheads.

Total amount of memory (in bytes) that is currently consumed by roundings to alignment/block/page size limits, etc. overheads. This is a subset of 'total_used' bytes.

Definition at line 231 of file spec/system_info.h.


The documentation for this struct was generated from the following file: