upipe/umem_alloc.h header reference

Upipe trivial memory allocator More

Header inclusion [link] 

Members [link] 

Function [link] 

Description [link] 

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

Members detail [link] 

#define _UPIPE_UMEM_ALLOC_H_ [link] 

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

struct umem_mgr * umem_alloc_mgr_alloc(void ) [link] 

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 Sun Dec 14 18:31:17 2025 using MkDoc