Home
last modified time | relevance | path

Searched defs:Allocator (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/rust/alloc/
Dboxed.rs384 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()
Draw_vec.rs497 ) -> Result<NonNull<[u8]>, TryReserveError> in finish_grow()
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Doverview.rst353 Allocator section in DPAA2 Linux Drivers Overview
/Linux-v6.6/rust/alloc/vec/
Dmod.rs1743 fn process_loop<F, T, A: Allocator, const DELETED: bool>( in retain_mut()