26 #include "mlt_export.h"
MLT_EXPORT void mlt_pool_stat()
Definition: mlt_pool.c:415
void mlt_pool_purge()
Purge unused items in the pool.
Definition: mlt_pool.c:362
void mlt_pool_release(void *release)
Release the allocated memory.
Definition: mlt_pool.c:394
void * mlt_pool_alloc(int size)
Allocate size bytes from the pool.
Definition: mlt_pool.c:297
void * mlt_pool_realloc(void *ptr, int size)
Allocate size bytes from the pool.
Definition: mlt_pool.c:324
void mlt_pool_close()
Close the pool.
Definition: mlt_pool.c:405
void mlt_pool_init()
Initialise the global pool.
Definition: mlt_pool.c:267