Code: Select all
u32 totalMemory, freeMemory;
freeMemory = osGetMemRegionFree(MEMREGION_APPLICATION);
totalMemory = osGetMemRegionSize(MEMREGION_APPLICATION);
Should I only use `linearSpaceFree();` instead?
Code: Select all
u32 totalMemory, freeMemory;
freeMemory = osGetMemRegionFree(MEMREGION_APPLICATION);
totalMemory = osGetMemRegionSize(MEMREGION_APPLICATION);
Users browsing this forum: No registered users and 1 guest