Home
last modified time | relevance | path

Searched defs:alloc_aligned (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/build/rust/tests/test_rust_shared_library/src/
H A Dlib.rs14 fn alloc_aligned(); in alloc_aligned() function
27 pub fn alloc_aligned() { in alloc_aligned() function
/aosp_15_r20/external/cronet/build/rust/tests/test_rust_static_library/src/
H A Dlib.rs14 fn alloc_aligned(); in alloc_aligned() function
27 pub fn alloc_aligned() { in alloc_aligned() function
/aosp_15_r20/external/angle/build/rust/tests/test_rust_shared_library/src/
H A Dlib.rs14 fn alloc_aligned(); in alloc_aligned() function
28 pub fn alloc_aligned() { in alloc_aligned() function
/aosp_15_r20/external/angle/build/rust/tests/test_rust_static_library/src/
H A Dlib.rs14 fn alloc_aligned(); in alloc_aligned() function
30 pub fn alloc_aligned() { in alloc_aligned() function
/aosp_15_r20/external/rust/android-crates-io/crates/buddy_system_allocator/src/
Dframe.rs93 pub fn alloc_aligned(&mut self, layout: Layout) -> Option<usize> { in alloc_aligned() method
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dmalloc.c494 static void *alloc_aligned(size_t align, size_t size, struct memory_type *type) in alloc_aligned() function