lash_get_max_mem_usage, lash_get_mem_usage, lash_reset_max_mem_usage[ Synopsis | Description | Return values | Diagnostics | Back to core package documentation ] |
#include "lash-diag.h"
uint8 lash_get_max_mem_usage(void);
uint8 lash_get_mem_usage(void);
void lash_reset_max_mem_usage(void);
It should be noted that the reported amounts correspond to the quantity of memory requested by the package to the C library's malloc allocation function. Depending on the implementation of this function, the reported amount can be significantly less than the actual quantity of memory allocated to the user process.
[ Synopsis | Description | Return values | Diagnostics | Back to core package documentation ] |