Searched defs:STRUCT_ALIGN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h65 #define STRUCT_ALIGN 8 macro
73 #define PROFHDR_SZ (CEIL(sizeof (ProfHeader), STRUCT_ALIGN))
74 #define PROFMODLIST_SZ (CEIL(sizeof (ProfModuleList), STRUCT_ALIGN))
75 #define PROFMOD_SZ (CEIL(sizeof (ProfModule), STRUCT_ALIGN))
76 #define PROFBUF_SZ (CEIL(sizeof (ProfBuffer), STRUCT_ALIGN))
77 #define PROFCGRAPH_SZ (CEIL(sizeof (ProfCallGraph), STRUCT_ALIGN))
78 #define PROFFUNC_SZ (CEIL(sizeof (ProfFunction), STRUCT_ALIGN))

Completed in 58 milliseconds