Documentation ¶
Overview ¶
Package goruntime contains code for bootstrapping Go runtime features such as the memory allocator.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
Init enables support for various Go runtime features. After a call to init the following runtime features become available for use:
- heap memory allocation (new, make e.t.c)
- map primitives
- interfaces
func SetCPUCount ¶
func SetCPUCount(numCPUs int32)
SetCPUCount registers the number of available CPUs with the Go runtime.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.