pub unsafe extern "C" fn pw_mempool_alloc(
pool: *mut pw_mempool,
flags: pw_memblock_flags,
type_: u32,
size: usize,
) -> *mut pw_memblock
Expand description
Allocate a memory block from the pool
pub unsafe extern "C" fn pw_mempool_alloc(
pool: *mut pw_mempool,
flags: pw_memblock_flags,
type_: u32,
size: usize,
) -> *mut pw_memblock
Allocate a memory block from the pool