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

Function SystemFree

library/cpp/lfalloc/lf_allocX64.h:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540 return LargeBlockAlloc(_nSize, CT_SYSTEM_ALLOC);
541}
542static void SystemFree(void* p) {
543 //HeapFree(GetProcessHeap(), 0, p);
544 LargeBlockFree(p, CT_SYSTEM_FREE);
545}
546
547
548//////////////////////////////////////////////////////////////////////////

Callers 6

DefragmentMemFunction · 0.85
CleanupAfterDeadThreadsFunction · 0.85
FreeThreadCacheFunction · 0.85
operator deleteMethod · 0.85
operator delete[]Method · 0.85

Calls 1

LargeBlockFreeFunction · 0.85

Tested by

no test coverage detected