mlt 0.7.6

mlt_pool.h

Go to the documentation of this file.
00001 
00024 #ifndef _MLT_POOL_H
00025 #define _MLT_POOL_H
00026 
00027 extern void mlt_pool_init( );
00028 extern void *mlt_pool_alloc( int size );
00029 extern void *mlt_pool_realloc( void *ptr, int size );
00030 extern void mlt_pool_release( void *release );
00031 extern void mlt_pool_purge( );
00032 extern void mlt_pool_close( );
00033 
00034 #endif
TWiki Appliance - Powered by TurnKey Linux