Searched refs:__alloc_size__ (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dcompiler-gcc.h166 #undef __alloc_size__ macro
H A Dcompiler_attributes.h38 * available and includes other attributes. For GCC < 9.1, __alloc_size__ gets undefined
44 #define __alloc_size__(x, ...) __attribute__((__alloc_size__(x, ## __VA_ARGS__))) macro
H A Dcompiler_types.h352 #ifdef __alloc_size__
353 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc
354 # define __realloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__)

Completed in 144 milliseconds