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

Method ReAlign

util/system/context.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 inline ~TStackType() = default;
68
69 inline void ReAlign() noexcept {
70 Data_ = AlignStackPtr(Data_);
71 }
72
73 template <class T>
74 inline void Push(T t) noexcept {

Callers 1

context.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected