Memory usage monitoring. More...
#include <stdbool.h>#include <stddef.h>

Go to the source code of this file.
Data Structures | |
| struct | hw_memory_usage_t |
| Snapshot of active memory use. More... | |
Typedefs | |
| typedef struct hw_memory_usage_t | hw_memory_usage_t |
| Snapshot of active memory use. More... | |
Functions | |
| bool | hw_memory_get_usage (hw_memory_usage_t *usage) |
| Obtain a memory usage snapshot for the current platform. More... | |
Memory usage monitoring.
Definition in file memory.h.