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

Function TrackDeallocation

library/cpp/lfalloc/lf_allocX64.h:1463–1467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1461}
1462
1463static void TrackDeallocation(void* ptr, int sizeIdx) {
1464 TAllocHeader* p = (TAllocHeader*)ptr;
1465 SampleDeallocation(p, sizeIdx);
1466 TrackPerTagDeallocation(p, sizeIdx);
1467}
1468
1469struct TPerTagAllocInfo {
1470 ssize_t Count;

Callers 1

LFFreeFunction · 0.85

Calls 2

SampleDeallocationFunction · 0.85
TrackPerTagDeallocationFunction · 0.85

Tested by

no test coverage detected