Searched refs:__realloc_size (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/include/linux/ |
D | compiler_types.h | 349 # define __realloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) macro 352 # define __realloc_size(x, ...) macro
|
D | slab.h | 226 void * __must_check krealloc(const void *objp, size_t new_size, gfp_t flags) __realloc_size(2); 646 static inline __realloc_size(2, 3) void * __must_check krealloc_array(void *p, in krealloc_array() 764 __realloc_size(3);
|
D | string.h | 179 extern void *kmemdup(const void *src, size_t len, gfp_t gfp) __realloc_size(2); 180 extern void *kvmemdup(const void *src, size_t len, gfp_t gfp) __realloc_size(2);
|
D | device.h | 307 gfp_t gfp) __must_check __realloc_size(3); 331 static inline __realloc_size(3, 4) void * __must_check 346 __realloc_size(3);
|
D | fortify-string.h | 756 __realloc_size(2);
|
/Linux-v6.6/mm/ |
D | slab_common.c | 1394 static __always_inline __realloc_size(2) void *
|