hunt.system.Memory

Undocumented in source.

Members

Aliases

totalCPUs
alias totalCPUs = __lazilyInitializedConstant!(immutable(uint), uint.max, totalCPUsImpl)

The total number of CPU cores available on the current machine, as reported by the operating system.

Functions

pageSize
size_t pageSize()
totalCPUsImpl
uint totalCPUsImpl()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

__lazilyInitializedConstant
T __lazilyInitializedConstant [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_pageSize
size_t _pageSize;
Undocumented in source.

Meta