| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
#include "sflmem.h" long mem_frees (void)
Returns the number of blocks freed in total. Use this to get an idea of the activity of the memory management system. When program ends cleanly, mem allocs () should be equal to mem frees().
{ return (mem_free_count); }
| << | < | > | >> |
![]() |