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

  /external/valgrind/include/
pub_tool_basics.h 404 /* We use a prefix vg_ for vg_alignof as its behaviour slightly
407 vg_alignof returns a "safe" alignement.
414 Compared to __alignof__, vg_alignof gives on some platforms (e.g.
417 On some platforms (e.g. x86), vg_alignof gives a smaller alignment
423 #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 468 vg_alignof(struct _ExeContext));
  /external/valgrind/coregrind/m_debuginfo/
storage.c 260 vg_alignof(FnDn),
825 vg_alignof(DiCfSI_m),
    [all...]

Completed in 91 milliseconds