Contributors: 6
| Author |
Tokens |
Token Proportion |
Commits |
Commit Proportion |
| Kent Overstreet |
31 |
33.70% |
1 |
14.29% |
| Vitaly Wool |
26 |
28.26% |
2 |
28.57% |
| Danilo Krummrich |
23 |
25.00% |
1 |
14.29% |
| Andreas Hindborg |
9 |
9.78% |
1 |
14.29% |
| Alice Ryhl |
2 |
2.17% |
1 |
14.29% |
| Miguel Ojeda Sandonis |
1 |
1.09% |
1 |
14.29% |
| Total |
92 |
|
7 |
|
// SPDX-License-Identifier: GPL-2.0
#include <linux/slab.h>
__rust_helper void *__must_check __realloc_size(2)
rust_helper_krealloc_node_align(const void *objp, size_t new_size, unsigned long align,
gfp_t flags, int node)
{
return krealloc_node_align(objp, new_size, align, flags, node);
}
__rust_helper void *__must_check __realloc_size(2)
rust_helper_kvrealloc_node_align(const void *p, size_t size, unsigned long align,
gfp_t flags, int node)
{
return kvrealloc_node_align(p, size, align, flags, node);
}