Sign in
android
/
kernel
/
common.git
/
refs/heads/android16-6.12
/
.
/
rust
/
helpers
/
vmalloc.c
blob: ee4e2f949e0c300543583d4df92ed2848001096c [
file
] [
log
] [
blame
] [
edit
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/vmalloc.h>
__rust_helper
void
*
__must_check __realloc_size
(
2
)
rust_helper_vrealloc
(
const
void
*
p
,
size_t
size
,
gfp_t
flags
)
{
return
vrealloc
(
p
,
size
,
flags
);
}