Searched refs:__realloc_size (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
H 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);
|
H A D | compiler_types.h | 431 # define __realloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) macro 434 # define __realloc_size(x, ...) macro
|
H A D | slab.h | 465 gfp_t flags) __realloc_size(2); 967 static inline __realloc_size(2, 3) void * __must_check krealloc_array_noprof(void *p, in krealloc_array_noprof() 1075 __realloc_size(2);
|
H 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);
|
H A D | vmalloc.h | 187 __realloc_size(2);
|
H A D | fortify-string.h | 755 __realloc_size(2);
|
/linux/rust/helpers/ |
H A D | slab.c | 5 void * __must_check __realloc_size(2) 11 void * __must_check __realloc_size(2)
|
/linux/mm/ |
H A D | slub.c | 4765 static __always_inline __realloc_size(2) void * in __do_krealloc()
|