remove MemUsage, and therefor psapi dependency

This commit is contained in:
Shawn Hoffman
2017-06-08 22:25:46 -07:00
parent 9885a2bb28
commit f206a4ea9c
5 changed files with 4 additions and 31 deletions

View File

@ -17,7 +17,6 @@ void FreeAlignedMemory(void* ptr);
void ReadProtectMemory(void* ptr, size_t size);
void WriteProtectMemory(void* ptr, size_t size, bool executable = false);
void UnWriteProtectMemory(void* ptr, size_t size, bool allowExecute = false);
std::string MemUsage();
size_t MemPhysical();
} // namespace Common