MicrOS
|
#include "micros_interrupts.h"
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... | |
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. |