Searched refs:__alloc_size__ (Results 1 – 3 of 3) sorted by relevance
44 #define __alloc_size__(x, ...) __attribute__((__alloc_size__(x, ## __VA_ARGS__))) macro
138 #undef __alloc_size__
423 #ifdef __alloc_size__424 # define __alloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__) __malloc425 # define __realloc_size(x, ...) __alloc_size__(x, ## __VA_ARGS__)