| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 1.91

 

mem_frees

#include "sflmem.h"
long
mem_frees (void)

Synopsis

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().

Source Code - (sflmem.c)

{
    return (mem_free_count);
}

| << | < | > | >> iMatix Copyright © 1996-98 iMatix