Home
last modified time | relevance | path

Searched refs:Allocator (Results 1 – 7 of 7) sorted by relevance

/rust/kernel/alloc/
A Dkbox.rs92 A: Allocator,
103 A: Allocator,
151 A: Allocator,
159 A: Allocator,
166 A: Allocator,
219 A: Allocator,
249 A: Allocator,
342 A: Allocator,
407 A: Allocator,
441 A: Allocator,
[all …]
A Dkvec.rs155 A: Allocator,
163 A: Allocator,
169 A: Allocator,
819 A: Allocator,
839 A: Allocator,
870 A: Allocator,
884 A: Allocator,
913 A: Allocator,
939 A: Allocator,
950 A: Allocator,
[all …]
A Dallocator.rs16 use crate::alloc::{AllocError, Allocator};
130 unsafe impl Allocator for Kmalloc {
147 unsafe impl Allocator for Vmalloc {
171 unsafe impl Allocator for KVmalloc {
A Dallocator_test.rs12 use super::{flags::*, AllocError, Allocator, Flags};
37 unsafe impl Allocator for Cmalloc {
/rust/kernel/time/hrtimer/
A Dtbox.rs22 A: crate::alloc::Allocator,
33 A: crate::alloc::Allocator,
49 A: crate::alloc::Allocator,
65 A: crate::alloc::Allocator,
100 A: crate::alloc::Allocator,
/rust/kernel/
A Duaccess.rs8 alloc::{Allocator, Flags},
171 pub fn read_all<A: Allocator>(self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all()
325 pub fn read_all<A: Allocator>(mut self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all()
A Dalloc.rs139 pub unsafe trait Allocator { interface

Completed in 13 milliseconds