Searched refs:vrealloc (Results 1 – 3 of 3) sorted by relevance
8 return vrealloc(p, size, flags); in rust_helper_vrealloc()
69 const VREALLOC: Self = Self(bindings::vrealloc);
189 #define vrealloc(...) alloc_hooks(vrealloc_noprof(__VA_ARGS__)) macro