Function fdk_aac_sys::FDKaalloc

source ·
pub unsafe extern "C" fn FDKaalloc(
    size: UINT,
    alignment: UINT
) -> *mut c_void
Expand description

Allocate and clear an aligned memory area. Use FDKafree() instead of FDKfree() for these memory areas.

\param size Size of requested memory in bytes. \param alignment Alignment of requested memory in bytes. \return Pointer to allocated memory.