HomeSort by relevance Sort by last modified time
    Searched refs:vg_alignof (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 142 We use a prefix vg_ for vg_alignof as its behaviour slightly
146 #define vg_alignof(_type) (sizeof(struct {char c;_type _t;})-sizeof(_type)) macro
147 /* vg_alignof returns a "safe" alignement.
154 Compared to __alignof__, vg_alignof gives on some platforms (e.g.
157 On some platforms (e.g. x86), vg_alignof gives a smaller alignment
  /external/valgrind/main/coregrind/
m_execontext.c 425 vg_alignof(struct _ExeContext));
  /external/valgrind/main/massif/
ms_main.c 593 XPt* xpt = VG_(perm_malloc)(sizeof(XPt), vg_alignof(XPt));
    [all...]

Completed in 505 milliseconds