MicrOS
micros_physical_memory_stats Struct Reference

Structure containing memory statistics. More...

#include <micros_memory.h>

Public Attributes

uint32_t free_entries
 Free entries (sector of 512 bytes each) More...
 
uint32_t reserved_entries
 Reserved entries (sector of 512 bytes each) More...
 
uint32_t allocated_entries
 Allocated entries (sector of 512 bytes each) More...
 

Detailed Description

Structure containing memory statistics.

Member Data Documentation

◆ allocated_entries

uint32_t micros_physical_memory_stats::allocated_entries

Allocated entries (sector of 512 bytes each)

◆ free_entries

uint32_t micros_physical_memory_stats::free_entries

Free entries (sector of 512 bytes each)

◆ reserved_entries

uint32_t micros_physical_memory_stats::reserved_entries

Reserved entries (sector of 512 bytes each)


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