Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetPtr
Method
GetPtr
library/cpp/netliba/v12/posix_shared_memory.h:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
return Guid;
111
}
112
void* GetPtr() {
113
return Ptr;
114
}
115
int GetSize() const {
116
return (int)Size;
117
} // for compatibility with TSharedMemory
Callers
10
DoSends
Method · 0.45
SendRequestImpl
Method · 0.45
ReadShm
Function · 0.45
ProcessDataPacket
Method · 0.45
DoSends
Method · 0.45
SendRequestImpl
Method · 0.45
ReadShm
Function · 0.45
ReadShm
Function · 0.45
SendRequest
Method · 0.45
DoSends
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected