[CL 34466235 by ben woodhouse in ue5-main branch]
This commit is contained in:
ben woodhouse
2024-06-18 12:32:53 -04:00
parent bef41a23dd
commit ca450cecc2
@@ -350,7 +350,7 @@ FMalloc* FApplePlatformMemory::BaseAllocator()
#if ENABLE_LOW_LEVEL_MEM_TRACKER
FLowLevelMemTracker::Get().SetProgramSize(MemStats.UsedPhysical);
#endif
FPlatformMemory::ProgramSize = Stats.UsedPhysical;
FPlatformMemory::ProgramSize = MemStats.UsedPhysical;
SetAllocatorToUse();