Searched refs:vg_alignof (Results 1 – 4 of 4) sorted by relevance
320 #define vg_alignof(_type) (sizeof(struct {char c;_type _t;})-sizeof(_type)) macro
430 vg_alignof(struct _ExeContext)); in record_ExeContext_wrk2()
266 vg_alignof(FnDn), in ML_()805 vg_alignof(DiCfSI_m), in ML_()
587 XPt* xpt = VG_(perm_malloc)(sizeof(XPt), vg_alignof(XPt)); in new_XPt()