Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_P
Function · 0.80
TearDown
Method · 0.80
TYPED_TEST
Function · 0.80
TYPED_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected