Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 227c3d546e963874198aafc0cae8c3e8c24ae4ee 10 lines 286 B view raw
1// SPDX-License-Identifier: GPL-2.0 2 3#include <linux/vmalloc.h> 4 5__rust_helper void *__must_check __realloc_size(2) 6rust_helper_vrealloc_node_align(const void *p, size_t size, unsigned long align, 7 gfp_t flags, int node) 8{ 9 return vrealloc_node_align(p, size, align, flags, node); 10}