OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vg_alignof
(Results
1 - 4
of
4
) 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/include/
pub_tool_mallocfree.h
61
// Use the macro
vg_alignof
(type) to get a safe alignment for a type.
/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
...]