MicrOS
micros_memory.h File Reference

Go to the source code of this file.

Classes

struct  micros_physical_memory_stats
 Structure containing memory statistics. More...
 

Functions

void micros_memory_get_physical_memory_stats (micros_physical_memory_stats *stats)
 Retrieves statistics about memory usage. More...
 

Function Documentation

◆ micros_memory_get_physical_memory_stats()

void micros_memory_get_physical_memory_stats ( micros_physical_memory_stats stats)

Retrieves statistics about memory usage.

Retrieves statistics about memory usage and fills passed structure.

Parameters
statsStructure where statistics will be stored.