MCPcopy Create free account
hub / github.com/devosoft/avida / DumpSystemAllocatorStats

Function DumpSystemAllocatorStats

libs/tcmalloc-1.4/src/system-alloc.cc:520–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520void DumpSystemAllocatorStats(TCMalloc_Printer* printer) {
521 for (int j = 0; j < kMaxAllocators; j++) {
522 SysAllocator *a = allocators[j];
523 if (a == NULL) continue;
524 if (a->usable_) {
525 a->DumpStats(printer);
526 }
527 }
528}

Callers 1

DumpStatsFunction · 0.85

Calls 1

DumpStatsMethod · 0.80

Tested by

no test coverage detected