MCPcopy 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

DoSendsMethod · 0.45
SendRequestImplMethod · 0.45
ReadShmFunction · 0.45
ProcessDataPacketMethod · 0.45
DoSendsMethod · 0.45
SendRequestImplMethod · 0.45
ReadShmFunction · 0.45
ReadShmFunction · 0.45
SendRequestMethod · 0.45
DoSendsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected