Lehks / NostraUtils

A Utility Library for the Nostra Game Engine.
MIT License
6 stars 0 forks source link

Properly implement totalPhysicalMemory() and currentlyUsedMemory() on all systems #31

Open Lehks opened 6 years ago

Lehks commented 6 years ago

File: SystemInformation.cpp

Both totalPhysicalMemory() and currentlyUsedMemory() lack a proper implementation on any operating system other than windows.

NooCi commented 6 years ago

If I have enough time I could do it for Mac.

Lehks commented 6 years ago

Sure, go ahed.