totalAllocations property
int
get
totalAllocations
Total allocations across all pools
Implementation
int get totalAllocations =>
logEntryAllocations +
logEventAllocations +
stringBufferAllocations +
contextMapAllocations;