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

Method GetAlignedMemory

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

Source from the content-addressed store, hash-verified

59 ~TStackHolder();
60
61 char* GetAlignedMemory() const noexcept {
62 return Stack_.GetAlignedMemory();
63 }
64 size_t GetSize() const noexcept {
65 return Stack_.GetSize();
66 }

Callers

nothing calls this directly

Calls 1

GetAlignedMemoryMethod · 0.45

Tested by

no test coverage detected