Searched defs:__alloc_size (Results 1 – 2 of 2) sorted by relevance
83 #define __alloc_size(...) __attribute__((__alloc_size__(__VA_ARGS__))) macro
163 #define __alloc_size(x) __attribute__((__alloc_size__(x))) macro