upipe/umem_alloc.h header reference
Upipe trivial memory allocator More
Header inclusion
Members
Function
- struct umem_mgr * umem_alloc_mgr_alloc(void )
Description
This memory allocator directly calls malloc() and free(), without trying to organize data pools.
Members detail
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