Home
last modified time | relevance | path

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

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