Searched refs:__realloc_size (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| A D | string.h | 17 extern void *memdup_user(const void __user *, size_t) __realloc_size(2); 18 extern void *vmemdup_user(const void __user *, size_t) __realloc_size(2); 30 static inline __realloc_size(2, 3) 50 static inline __realloc_size(2, 3) 303 extern void *kmemdup_noprof(const void *src, size_t len, gfp_t gfp) __realloc_size(2); 306 extern void *kvmemdup(const void *src, size_t len, gfp_t gfp) __realloc_size(2); 309 __realloc_size(2, 3);
|
| A D | compiler_types.h | 406 # define __realloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) macro 409 # define __realloc_size(x, ...) macro
|
| A D | slab.h | 443 gfp_t flags) __realloc_size(2); 944 static inline __realloc_size(2, 3) void * __must_check krealloc_array_noprof(void *p, in krealloc_array_noprof() 1052 __realloc_size(2);
|
| A D | device.h | 321 gfp_t gfp) __must_check __realloc_size(3); 345 static inline __realloc_size(3, 4) void * __must_check 360 __realloc_size(3);
|
| A D | vmalloc.h | 193 __realloc_size(2);
|
| A D | fortify-string.h | 743 __realloc_size(2);
|
| /linux/rust/helpers/ |
| A D | slab.c | 5 void * __must_check __realloc_size(2)
|
| /linux/mm/ |
| A D | slab_common.c | 1202 static __always_inline __realloc_size(2) void *
|
Completed in 19 milliseconds