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

Function FlushThreadFreeList

library/cpp/lfalloc/lf_allocX64.h:1799–1802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1797}
1798
1799void FlushThreadFreeList() {
1800 if (pThreadInfo)
1801 MoveSingleThreadFreeToGlobal(pThreadInfo);
1802}
1803
1804void DumpMemoryBlockUtilization() {
1805 // move current thread free to global lists to get better statistics

Callers 1

Calls 1

Tested by

no test coverage detected