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
1.4.4