Searched defs:try_alloc (Results 1 – 3 of 3) sorted by relevance
14 pub(crate) unsafe fn try_alloc(layout: Layout) -> Result<NonNull<u8>, OutOfMemory> { in try_alloc() function
34 unsafe fn try_alloc(layout: Layout) -> Result<NonNull<u8>, OutOfMemory> { in try_alloc() function
328 pub fn try_alloc(&mut self, value: T) -> Result<Id, T> { in try_alloc() method