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

halloc.h

Go to the documentation of this file.
00001 
00009 #ifndef FISH_HALLOC_H
00010 #define FISH_HALLOC_H
00011 
00026 void *halloc( void *context, size_t size );
00027 
00033 void halloc_register_function( void *context, void (*func)(void *), void *data );
00034 
00045 void halloc_free( void *context );
00046 
00047 
00048 #endif
00049 

Generated on Sun Jan 13 02:52:28 2008 for fish by  doxygen 1.4.4