Home
last modified time | relevance | path

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

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