__struct_size
#define __struct_size(p) __builtin_dynamic_object_size(p, 0)
#define __struct_size(p) __builtin_object_size(p, 0)