Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/
H A Dallocator.rs72 const KVREALLOC: Self = Self(bindings::kvrealloc_node_align); constant
250 unsafe { ReallocFunc::KVREALLOC.call(ptr, layout, old_layout, flags, nid) } in realloc()