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

 

mem_used

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

Synopsis

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.

Source Code - (sflmem.c)

{
    return (mem_size);
}

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