Home
last modified time | relevance | path

Searched refs:vg_alignof (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/include/
Dpub_tool_basics.h320 #define vg_alignof(_type) (sizeof(struct {char c;_type _t;})-sizeof(_type)) macro
/external/valgrind/coregrind/
Dm_execontext.c430 vg_alignof(struct _ExeContext)); in record_ExeContext_wrk2()
/external/valgrind/coregrind/m_debuginfo/
Dstorage.c266 vg_alignof(FnDn), in ML_()
805 vg_alignof(DiCfSI_m), in ML_()
/external/valgrind/massif/
Dms_main.c587 XPt* xpt = VG_(perm_malloc)(sizeof(XPt), vg_alignof(XPt)); in new_XPt()