Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/
H A Dallocator.rs69 const VREALLOC: Self = Self(bindings::vrealloc_node_align); constant
225 unsafe { ReallocFunc::VREALLOC.call(ptr, layout, old_layout, flags, nid) } in realloc()