mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:08:13 +00:00
![]() The SI prefixes "k", "M", "G" mean "10^3", "10^6", "10^9". The IEC prefixes "Ki", "Mi", "Gi" mean "2^10", "2^20", "2^30". Let's use the correct name, at least in code. Only changes the name of the constants, no other behavior change. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Emulator.cpp | ||
Emulator.h | ||
main.cpp | ||
MallocTracer.cpp | ||
MallocTracer.h | ||
MmapRegion.cpp | ||
MmapRegion.h | ||
SharedBufferRegion.cpp | ||
SharedBufferRegion.h | ||
SimpleRegion.cpp | ||
SimpleRegion.h | ||
SoftCPU.cpp | ||
SoftCPU.h | ||
SoftMMU.cpp | ||
SoftMMU.h | ||
ValueWithShadow.h |