Searched refs:Allocator (Results 1 – 7 of 7) sorted by relevance
| /rust/kernel/alloc/ |
| A D | kbox.rs | 92 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 D | kvec.rs | 155 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 D | allocator.rs | 16 use crate::alloc::{AllocError, Allocator}; 130 unsafe impl Allocator for Kmalloc { 147 unsafe impl Allocator for Vmalloc { 171 unsafe impl Allocator for KVmalloc {
|
| A D | allocator_test.rs | 12 use super::{flags::*, AllocError, Allocator, Flags}; 37 unsafe impl Allocator for Cmalloc {
|
| /rust/kernel/time/hrtimer/ |
| A D | tbox.rs | 22 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 D | uaccess.rs | 8 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 D | alloc.rs | 139 pub unsafe trait Allocator { interface
|
Completed in 13 milliseconds