MCPcopy Create free account
hub / github.com/catboost/catboost / DumpMemoryBlockUtilization

Function DumpMemoryBlockUtilization

library/cpp/lfalloc/lf_allocX64.h:1804–1811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1802}
1803
1804void DumpMemoryBlockUtilization() {
1805 // move current thread free to global lists to get better statistics
1806 FlushThreadFreeList();
1807 {
1808 TLFLockHolder ls(&LFGlobalLock);
1809 DumpMemoryBlockUtilizationLocked();
1810 }
1811}
1812
1813//////////////////////////////////////////////////////////////////////////
1814// malloc api

Callers

nothing calls this directly

Calls 2

FlushThreadFreeListFunction · 0.85

Tested by

no test coverage detected