[][src]Function fdk_aac_sys::FDKaalloc_L

pub unsafe extern "C" fn FDKaalloc_L(
    size: UINT,
    alignment: UINT,
    s: MEMORY_SECTION
) -> *mut c_void

Allocate aligned memory in a specific memory section. See FDKcalloc_L() description for details - same applies here.