Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/
H A Dallocator.rs66 const KREALLOC: Self = Self(bindings::krealloc_node_align); constant
156 unsafe { ReallocFunc::KREALLOC.call(ptr, layout, old_layout, flags, nid) } in realloc()