Lines Matching refs:layout
49 let layout = new_layout.pad_to_align(); in aligned_size() localVariable
54 layout.size() in aligned_size()
87 layout: Layout, in call()
91 let size = aligned_size(layout); in call()
117 crate::alloc::dangling_from_layout(layout) in call()
134 layout: Layout, in realloc()
139 unsafe { ReallocFunc::KREALLOC.call(ptr, layout, old_layout, flags) } in realloc()
151 layout: Layout, in realloc()
156 if layout.align() > bindings::PAGE_SIZE { in realloc()
163 unsafe { ReallocFunc::VREALLOC.call(ptr, layout, old_layout, flags) } in realloc()
175 layout: Layout, in realloc()
180 if layout.align() > bindings::PAGE_SIZE { in realloc()
187 unsafe { ReallocFunc::KVREALLOC.call(ptr, layout, old_layout, flags) } in realloc()