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

Method Init

library/cpp/lfalloc/lf_allocX64.h:1014–1018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1012 TAtomic* Parent;
1013
1014 Y_FORCE_INLINE void Init(TAtomic* parent) {
1015 Parent = parent;
1016 Value = 0;
1017 Updates = 0;
1018 }
1019
1020 Y_FORCE_INLINE void Increment(size_t value) {
1021 Value += value;

Callers 2

InitMethod · 0.45
AllocThreadInfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected