Searched defs:Allocator (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/rust/alloc/ |
D | boxed.rs | 384 A: Allocator, in new_in() 412 A: Allocator, in try_new_in() 447 A: Allocator, in new_uninit_in() 484 A: Allocator, in try_new_uninit_in() 517 A: Allocator, in new_zeroed_in() 554 A: Allocator, in try_new_zeroed_in() 574 A: 'static + Allocator, in pin_in() 1632 unsafe fn boxed_slice_as_array_unchecked<T, A: Allocator, const N: usize>( in boxed_slice_as_array_unchecked()
|
D | raw_vec.rs | 497 ) -> Result<NonNull<[u8]>, TryReserveError> in finish_grow()
|
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | overview.rst | 353 Allocator section in DPAA2 Linux Drivers Overview
|
/Linux-v6.6/rust/alloc/vec/ |
D | mod.rs | 1743 fn process_loop<F, T, A: Allocator, const DELETED: bool>( in retain_mut()
|