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

Method GetRawMemory

library/cpp/coroutine/engine/stack/stack.h:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 TStack& operator=(TStack&& rhs) noexcept;
28
29 char* GetRawMemory() const noexcept {
30 return RawMemory_;
31 }
32
33 char* GetAlignedMemory() const noexcept {
34 return AlignedMemory_;

Callers 4

TEST_PFunction · 0.80
TearDownMethod · 0.80
TYPED_TESTFunction · 0.80
TYPED_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected