Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

s_mem_pool Struct Reference
[Memory pool abstraction]

#include <utils.h>


Data Fields

unsigned long len
unsigned long reserved
void * content


Detailed Description

This is the heart of the memory abstraction. It contains the memory area itself, the length of the memory used and the length of the area itself

Definition at line 36 of file utils.h.


Field Documentation

void* s_mem_pool::content
 

The memory area itself

Definition at line 39 of file utils.h.

unsigned long s_mem_pool::len
 

length of the memory used

Definition at line 37 of file utils.h.

unsigned long s_mem_pool::reserved
 

length of the memory area itself

Definition at line 38 of file utils.h.


The documentation for this struct was generated from the following file:
Generated on Sun Apr 25 16:37:40 2004 for Classic Forum by doxygen 1.3.5