MicrOS
|
#include "micros_memory.h"
Functions | |
void | micros_memory_get_physical_memory_stats (micros_physical_memory_stats *stats) |
Retrieves statistics about memory usage. More... | |
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.
stats | Structure where statistics will be stored. |