Searched defs:Allocator (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/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() 521 A: Allocator, in new_zeroed_in() 558 A: Allocator, in try_new_zeroed_in() 582 A: 'static + Allocator, in pin_in() 1654 unsafe fn boxed_slice_as_array_unchecked<T, A: Allocator, const N: usize>( in boxed_slice_as_array_unchecked()
|
D | raw_vec.rs | 507 ) -> Result<NonNull<[u8]>, TryReserveError> in finish_grow()
|
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | overview.rst | 353 Allocator section in DPAA2 Linux Drivers Overview
|
/linux-6.6.21/rust/alloc/vec/ |
D | mod.rs | 1744 fn process_loop<F, T, A: Allocator, const DELETED: bool>( in retain_mut()
|