Searched defs:Layout (Results 1 – 4 of 4) sorted by relevance
/rust/kernel/alloc/ |
A D | allocator.rs | 87 layout: Layout, in call() 88 old_layout: Layout, in call() 134 layout: Layout, in realloc() 135 old_layout: Layout, in realloc() 151 layout: Layout, in realloc() 152 old_layout: Layout, in realloc() 175 layout: Layout, in realloc() 176 old_layout: Layout, in realloc()
|
A D | allocator_test.rs | 40 layout: Layout, in realloc() 41 old_layout: Layout, in realloc()
|
A D | layout.rs | 103 impl<T> From<ArrayLayout<T>> for Layout { implementation
|
/rust/kernel/ |
A D | alloc.rs | 156 fn alloc(layout: Layout, flags: Flags) -> Result<NonNull<[u8]>, AllocError> { in alloc() 196 layout: Layout, in realloc() 197 old_layout: Layout, in realloc() 210 unsafe fn free(ptr: NonNull<u8>, layout: Layout) { in free()
|
Completed in 6 milliseconds