13#ifndef MALLOC_MONITOR_H
14#define MALLOC_MONITOR_H
Platform-independent access to architecture details.
POSIX.1-2008 compliant version of the assert macro.
size_t malloc_monitor_get_usage_high_watermark(void)
Obtain maximum heap memory usage since last call to malloc_monitor_reset_high_watermark().
void malloc_monitor_reset_high_watermark(void)
Reset maximum heap memory usage.
size_t malloc_monitor_get_usage_current(void)
Obtain current heap memory usage.