| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
#include "sflmem.h" long mem_allocs (void)
Returns the number of blocks allocated 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_alloc_count); }
| << | < | > | >> |
![]() |