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

Method Flush

library/cpp/lfalloc/lf_allocX64.h:1027–1031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1025 }
1026
1027 Y_FORCE_INLINE void Flush() {
1028 AtomicAdd(*Parent, Value);
1029 Value = 0;
1030 Updates = 0;
1031 }
1032};
1033
1034////////////////////////////////////////////////////////////////////////////////

Callers 2

DoneMethod · 0.45
GetPerTagAllocInfoFunction · 0.45

Calls 1

AtomicAddFunction · 0.70

Tested by

no test coverage detected