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.

Classes

ReferenceQueue
class ReferenceQueue(T)

Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected.

Functions

getPageSize
size_t getPageSize()
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