Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/alloc/
H A Dlayout.rs100 const fn from_size_alignment(size: usize, align: Alignment) -> Result<Self, LayoutError> { in from_size_alignment() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/alloc/
H A Dlayout.rs100 const fn from_size_alignment(size: usize, align: Alignment) -> Result<Self, LayoutError> { in from_size_alignment() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/alloc/
H A Dlayout.rs100 const fn from_size_alignment(size: usize, align: Alignment) -> Result<Self, LayoutError> { in from_size_alignment() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/alloc/
H A Dlayout.rs100 const fn from_size_alignment(size: usize, align: Alignment) -> Result<Self, LayoutError> { in from_size_alignment() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/alloc/
H A Dlayout.rs100 const fn from_size_alignment(size: usize, align: Alignment) -> Result<Self, LayoutError> { in from_size_alignment() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dlayout.rs100 pub const fn from_size_alignment(size: DeviceSize, alignment: DeviceSize) -> Option<Self> { in from_size_alignment() method