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

Method GetAlignedMemory

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

Source from the content-addressed store, hash-verified

31 }
32
33 char* GetAlignedMemory() const noexcept {
34 return AlignedMemory_;
35 }
36
37 //! Stack size (includes memory for guard)
38 size_t GetSize() const noexcept {

Callers 10

GetMethod · 0.45
LowerCanaryOkMethod · 0.45
UpperCanaryOkMethod · 0.45
FreeStackMethod · 0.45
ReturnStackMethod · 0.45
GetAlignedMemoryMethod · 0.45
TEST_PFunction · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected