10 void __cdecl
displayMemInfo(std::string message,
bool displaySQLiteSize =
false);
Common string utility functions (split, case-insensitive search, etc.).
void __cdecl displayMemInfo(std::string message, bool displaySQLiteSize=false)
Log current process memory usage to the Logger.
int __cdecl getMemoryUsed()
Return the current process memory usage in kilobytes.