Documentation ¶
Index ¶
- Constants
- func CollectALittle()
- func Disable()
- func Enable()
- func EnableIncremental()
- func Free(ptr c.Pointer)
- func Gcollect()
- func GetMemoryUse() uintptr
- func IncrementalProtectionNeeds() c.Int
- func Init()
- func IsDisabled() c.Int
- func IsIncrementalMode() c.Int
- func Malloc(size uintptr) c.Pointer
- func Realloc(ptr c.Pointer, size uintptr) c.Pointer
- func RegisterFinalizer(obj c.Pointer, fn func(c.Pointer, c.Pointer), cd c.Pointer, ...)
- func RegisterFinalizerIgnoreSelf(obj c.Pointer, fn func(c.Pointer, c.Pointer), cd c.Pointer, ...)
- func RegisterFinalizerNoOrder(obj c.Pointer, fn func(c.Pointer, c.Pointer), cd c.Pointer, ...)
- func RegisterFinalizerUnreachable(obj c.Pointer, fn func(c.Pointer, c.Pointer), cd c.Pointer, ...)
- func StartIncrementalCollection()
Constants ¶
View Source
const (
LLGoPackage = "link: $(pkg-config --libs bdw-gc); -lgc"
)
Variables ¶
This section is empty.
Functions ¶
func CollectALittle ¶
func CollectALittle()
func EnableIncremental ¶
func EnableIncremental()
func GetMemoryUse ¶
func GetMemoryUse() uintptr
func IsDisabled ¶
func IsIncrementalMode ¶
func RegisterFinalizer ¶
func StartIncrementalCollection ¶
func StartIncrementalCollection()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.