Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryPadding ¶
MemoryPadding は、メンバー定義順によってメモリのパディングが発生する構造体です.
func (MemoryPadding) Layout ¶
func (MemoryPadding) Layout() string
type NoMemoryPadding ¶
NoMemoryPadding は、メンバー定義順を考慮してメモリのパティングが発生しないようにしている構造体です.
func (NoMemoryPadding) Layout ¶
func (NoMemoryPadding) Layout() string
type Struct4Bytes ¶
Struct4Bytes は、メンバーのサイズで見ると 3bytes なのに、メモリ上のサイズが 4bytes になる構造体です.
type Struct8Bytes ¶
Struct8Bytes は、メンバーのサイズで見ると 5bytes なのに、メモリ上のサイズが 8bytes になる構造体です.
Click to show internal directories.
Click to hide internal directories.