1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-2.0

#include <linux/vmalloc.h>

void * __must_check __realloc_size(2)
rust_helper_vrealloc(const void *p, size_t size, gfp_t flags)
{
	return vrealloc(p, size, flags);
}
孤身打馬南屏舊橋邊過 恰逢山雨來時霧濛濛