Home
last modified time | relevance | path

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

/rust/kernel/alloc/
A Dallocator.rs87 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 Dallocator_test.rs40 layout: Layout, in realloc()
41 old_layout: Layout, in realloc()
A Dlayout.rs103 impl<T> From<ArrayLayout<T>> for Layout { implementation
/rust/kernel/
A Dalloc.rs156 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