Searched refs:vrealloc_node_align (Results 1 – 3 of 3) sorted by relevance
9 return vrealloc_node_align(p, size, align, flags, node); in rust_helper_vrealloc_node_align()
69 const VREALLOC: Self = Self(bindings::vrealloc_node_align);
210 #define vrealloc_node_align(...) alloc_hooks(vrealloc_node_align_noprof(__VA_ARGS__)) macro