Home
last modified time | relevance | path

Searched defs:aligned_malloc (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_gcc/example/
Dalloc_system.rs97 unsafe fn aligned_malloc(layout: &Layout) -> *mut u8 { in aligned_malloc() function
122 unsafe fn aligned_malloc(layout: &Layout) -> *mut u8 { in aligned_malloc() function
/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dalloc_system.rs64 unsafe fn aligned_malloc(layout: &Layout) -> *mut u8 { in aligned_malloc() function
/third_party/astc-encoder/Source/
Dastcenc_internal.h2220 T* aligned_malloc(size_t size, size_t align) in aligned_malloc() function
/third_party/rust/crates/libc/src/windows/
Dmod.rs518 pub fn aligned_malloc(size: size_t, alignment: size_t) -> *mut c_void; in aligned_malloc() function