package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev

# Functions

CPUSetSize returns the size in bytes of a CPUSet that can contain num cpus.
NewCPUSet returns a CPUSet for the given number of CPUs which initially contains no CPUs.
NewFullCPUSet returns a CPUSet for the given number of CPUs, all of which are present in the set.

# Type aliases

CPUSet contains a bitmap to record CPU information.