blob: 326b030487a2b2199283b64b3b427e57cf5fb14a [file] [log] [blame]
// SPDX-License-Identifier: GPL-2.0
#include <linux/vmalloc.h>
__rust_helper void *__must_check __realloc_size(2)
rust_helper_vrealloc_node_align(const void *p, size_t size, unsigned long align,
gfp_t flags, int node)
{
return vrealloc_node_align(p, size, align, flags, node);
}