Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Arena ¶
type Arena struct { // The size of the chunk // The Current Current *ArenaChunk ChunkSize uintptr }
func ArenaAlloc ¶
func (*Arena) ResetCurrent ¶
func (a *Arena) ResetCurrent()
type ArenaChunk ¶
type ArenaChunk struct { Prev *ArenaChunk Cursor unsafe.Pointer Used uintptr }
Click to show internal directories.
Click to hide internal directories.