Searched refs:__xnu_struct_size (Results 1 – 1 of 1) sorted by relevance
195 # define __xnu_struct_size(ptr) __builtin_dynamic_object_size(ptr, 0) macro200 # define __xnu_struct_size(ptr) __builtin_object_size(ptr, 0)209 __attribute__((__diagnose_if__(__xnu_struct_size(ptr) < (size), message, "error")))249 if (__xnu_struct_size(ptr) < (size)) { \