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

  /external/valgrind/include/
pub_tool_basics.h 389 /* We use a prefix vg_ for vg_alignof as its behaviour slightly
392 vg_alignof returns a "safe" alignement.
399 Compared to __alignof__, vg_alignof gives on some platforms (e.g.
402 On some platforms (e.g. x86), vg_alignof gives a smaller alignment
408 #define vg_alignof(_type) (sizeof(struct {char c;_type _t;})-sizeof(_type)) macro
pub_tool_mallocfree.h 58 // Use the macro vg_alignof (type) to get a safe alignment for a type.
  /external/valgrind/coregrind/
m_execontext.c 430 vg_alignof(struct _ExeContext));
  /external/valgrind/coregrind/m_debuginfo/
storage.c 269 vg_alignof(FnDn),
819 vg_alignof(DiCfSI_m),
    [all...]
  /external/valgrind/massif/
ms_main.c 587 XPt* xpt = VG_(perm_malloc)(sizeof(XPt), vg_alignof(XPt));
    [all...]

Completed in 132 milliseconds