#include "precompiled.h"
#include "lib/sysdep/os_cpu.h"
#include "lib/alignment.h"
#include "lib/sysdep/smbios.h"
Go to the source code of this file.
double os_cpu_ClockFrequency |
( |
| ) |
|
- Returns
- a rough estimate of the CPU clock frequency. this is usually accurate to a few MHz and is faster than measurement loops.
Definition at line 43 of file os_cpu.cpp.
size_t os_cpu_MemorySize |
( |
| ) |
|
- Returns
- the size [MB] of physical memory; caches the result of os_cpu_QueryMemorySize and overrides it with a more exact value if SMBIOS information is available.
Definition at line 63 of file os_cpu.cpp.
Initial value:= {
}
const Status OS_CPU_RESTRICTED_AFFINITY
Definition at line 37 of file os_cpu.cpp.