| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
#include "sflmem.h" long mem_used (void)
Returns the number of bytes currently allocated using the memory management system. The value returned is simply the sum of the size requests to allocation routines. It does not reflect any overhead required by the memory management system.
{ return (mem_size); }
| << | < | > | >> |
![]() |