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

 

mem_allocs

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

Synopsis

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

Source Code - (sflmem.c)

{
    return (mem_alloc_count);
}

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