Added calls to TRACEALLOCATOR(96) and DETAILALLOCATORMEMUSAGE(96)

This commit is contained in:
Trevor Clinkenbeard 2019-03-21 13:18:14 -07:00
parent 4a3467296f
commit dbcf1d717c
2 changed files with 3 additions and 0 deletions

View File

@ -2370,6 +2370,7 @@ void outOfMemory() {
TRACEALLOCATOR(16);
TRACEALLOCATOR(32);
TRACEALLOCATOR(64);
TRACEALLOCATOR(96);
TRACEALLOCATOR(128);
TRACEALLOCATOR(256);
TRACEALLOCATOR(512);

View File

@ -105,6 +105,7 @@ SystemStatistics customSystemMonitor(std::string eventName, StatisticsState *sta
.DETAILALLOCATORMEMUSAGE(16)
.DETAILALLOCATORMEMUSAGE(32)
.DETAILALLOCATORMEMUSAGE(64)
.DETAILALLOCATORMEMUSAGE(96)
.DETAILALLOCATORMEMUSAGE(128)
.DETAILALLOCATORMEMUSAGE(256)
.DETAILALLOCATORMEMUSAGE(512)
@ -254,6 +255,7 @@ SystemStatistics customSystemMonitor(std::string eventName, StatisticsState *sta
TRACEALLOCATOR(16);
TRACEALLOCATOR(32);
TRACEALLOCATOR(64);
TRACEALLOCATOR(96);
TRACEALLOCATOR(128);
TRACEALLOCATOR(256);
TRACEALLOCATOR(512);