Added calls to TRACEALLOCATOR(96) and DETAILALLOCATORMEMUSAGE(96)
This commit is contained in:
parent
4a3467296f
commit
dbcf1d717c
|
@ -2370,6 +2370,7 @@ void outOfMemory() {
|
|||
TRACEALLOCATOR(16);
|
||||
TRACEALLOCATOR(32);
|
||||
TRACEALLOCATOR(64);
|
||||
TRACEALLOCATOR(96);
|
||||
TRACEALLOCATOR(128);
|
||||
TRACEALLOCATOR(256);
|
||||
TRACEALLOCATOR(512);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue