Home
last modified time | relevance | path

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

/external/angle/build/rust/tests/test_rust_shared_library/src/
Dlib.rs14 fn alloc_aligned(); in alloc_aligned() function
27 pub fn alloc_aligned() { in alloc_aligned() function
/external/angle/build/rust/tests/test_rust_static_library/src/
Dlib.rs14 fn alloc_aligned(); in alloc_aligned() function
27 pub fn alloc_aligned() { in alloc_aligned() function
/external/rust/crates/buddy_system_allocator/src/
Dframe.rs92 pub fn alloc_aligned(&mut self, layout: Layout) -> Option<usize> { in alloc_aligned() method