Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dcompiler_types.h279 #ifdef __alloc_size__
280 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc
281 # define __realloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__)
Dcompiler_attributes.h44 #define __alloc_size__(x, ...) __attribute__((__alloc_size__(x, ## __VA_ARGS__))) macro
Dcompiler-gcc.h153 #undef __alloc_size__