Utility functions for determining an application's memory usage.
size_t heap_bytes_free | ( | void | ) |
Calculates the number of bytes of heap memory not currently being used by the application.
size_t heap_bytes_used | ( | void | ) |
Calculates the number of bytes of heap memory currently being used by the application.