Searched refs:__realloc_size (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/rust/helpers/ |
| H A D | slab.c | 5 void * __must_check __realloc_size(2) 11 void * __must_check __realloc_size(2)
|
| H A D | vmalloc.c | 5 void * __must_check __realloc_size(2)
|
| /linux-6.15/include/linux/ |
| H A D | string.h | 18 extern void *memdup_user(const void __user *, size_t) __realloc_size(2); 19 extern void *vmemdup_user(const void __user *, size_t) __realloc_size(2); 31 static inline __realloc_size(2, 3) 51 static inline __realloc_size(2, 3) 304 extern void *kmemdup_noprof(const void *src, size_t len, gfp_t gfp) __realloc_size(2); 307 extern void *kvmemdup(const void *src, size_t len, gfp_t gfp) __realloc_size(2); 310 __realloc_size(2, 3);
|
| H A D | compiler_types.h | 443 # define __realloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) macro 446 # define __realloc_size(x, ...) macro
|
| H A D | slab.h | 469 gfp_t flags) __realloc_size(2); 969 static inline __realloc_size(2, 3) void * __must_check krealloc_array_noprof(void *p, in krealloc_array_noprof() 1077 __realloc_size(2);
|
| H A D | vmalloc.h | 188 __realloc_size(2);
|
| H A D | fortify-string.h | 755 __realloc_size(2);
|
| /linux-6.15/include/linux/device/ |
| H A D | devres.h | 48 void * __must_check __realloc_size(3) 67 static inline __realloc_size(3, 4) void * __must_check 80 void * __realloc_size(3)
|
| /linux-6.15/mm/ |
| H A D | slub.c | 4845 static __always_inline __realloc_size(2) void *
|