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

Method Free

library/cpp/lfalloc/lf_allocX64.h:1049–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047 }
1048
1049 Y_FORCE_INLINE void Free(size_t size) {
1050 AtomicSub(Size, size);
1051 AtomicSub(Count, 1);
1052 }
1053};
1054
1055struct TLocalPerTagAllocCounter {

Callers

nothing calls this directly

Calls 1

AtomicSubFunction · 0.70

Tested by

no test coverage detected