Home
last modified time | relevance | path

Searched defs:alloc_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/std/src/
Dalloc.rs135 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() method
/third_party/rust/rust/library/alloc/src/
Dalloc.rs180 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() method