getBos1(void)1 int getBos1(void) {
2   return __builtin_object_size(p, 0);
3 }
4 
5 #define IS_CONST(x) __builtin_constant_p(x)
6