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

Method GetRef

library/cpp/yt/memory/ref.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 TMutableRef GetRef()
109 {
110 return TMutableRef(static_cast<TDerived*>(this)->GetBegin(), Size_);
111 }
112
113protected:
114 size_t Size_;

Callers 3

AllocateMethod · 0.45
AllocatePageAlignedMethod · 0.45
AllocateAlignedMethod · 0.45

Calls 2

TMutableRefClass · 0.85
GetBeginMethod · 0.45

Tested by

no test coverage detected