Searched refs:vrealloc_node_align (Results 1 – 3 of 3) sorted by relevance
10 return vrealloc_node_align(p, size, align, flags, node); in rust_helper_vrealloc_node_align()
64 /// One of the following: `krealloc_node_align`, `vrealloc_node_align`, `kvrealloc_node_align`.79 // INVARIANT: `vrealloc_node_align` satisfies the type invariants.80 const VREALLOC: Self = Self(bindings::vrealloc_node_align);
210 #define vrealloc_node_align(...) alloc_hooks(vrealloc_node_align_noprof(__VA_ARGS__)) macro