upipe/umem_alloc.h header reference

Upipe trivial memory allocator More

Header inclusion  

Members  

Function  

Description  

This memory allocator directly calls malloc() and free(), without trying to organize data pools.

Members detail  

#define _UPIPE_UMEM_ALLOC_H_  

This macro is declared in upipe/umem_alloc.h source file, line 33.

struct umem_mgr * umem_alloc_mgr_alloc(void )  

This function is declared in upipe/umem_alloc.h source file, line 46.

This function allocates a new instance of the umem alloc manager allocating buffers from application memory directly with malloc()/free(), without any pool.

The return value is pointer to manager, or NULL in case of error

Valid XHTML 1.0 StrictGenerated by cmassiot on Fri Feb 2 23:57:19 2018 using MkDoc