Home
last modified time | relevance | path

Searched defs:_aligned_malloc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/osservice/
H A Dmos_utilities_specific.h38 #define _aligned_malloc(size, alignment) memalign(alignment, size) macro
/aosp_15_r20/external/intel-media-driver/cmrtlib/linux/share/
H A Dcm_def_os.h43 #define _aligned_malloc(size, alignment) memalign(alignment, size) macro
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs211900 pub fn _aligned_malloc(_Size: usize, _Alignment: usize) -> *mut ::std::os::raw::c_void; in _aligned_malloc() function