mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Updated memusage tool
This commit is contained in:
Binary file not shown.
@@ -39,11 +39,14 @@ static void* trackerAllocator(void* pointer, size_t oldSize, size_t newSize) {
|
|||||||
return mem;
|
return mem;
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char* argv[]) {
|
int main(int argc, const char* argv[]) {
|
||||||
if (argc <= 1) {
|
if (argc <= 1) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//not used, except for print
|
||||||
|
Toy_initCommandLine(argc, argv);
|
||||||
|
|
||||||
//setup for runner
|
//setup for runner
|
||||||
Toy_initDriveDictionary();
|
Toy_initDriveDictionary();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user