__alloc_size
#define __alloc_size(x) __attribute__((__alloc_size__(x)))
#define __alloc_size(...) __attribute__((__alloc_size__(__VA_ARGS__)))