Skip to main content

Module alloc

Module alloc 

Source
Expand description

Memory allocation utilities for OxiMedia.

This module provides memory management utilities optimized for multimedia processing:

  • BufferPool - Pool of reusable buffers for zero-copy operations

Structsยง

BufferPool
A pool of reusable buffers for zero-copy operations.