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

Method Ptr

util/system/filemap.h:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 inline void* Ptr() const noexcept {
158 return Region_.MappedData();
159 }
160
161 inline size_t MappedSize() const noexcept {
162 return Region_.MappedSize();

Callers 9

TElfMethod · 0.45
TMappedBlobBaseMethod · 0.45
DataMethod · 0.45
BasicTestFunction · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
DoInitMethod · 0.45
NextMethod · 0.45
TBufferedClass · 0.45

Calls 1

MappedDataMethod · 0.80

Tested by

no test coverage detected