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

Method ResizeAndRemap

util/system/filemap.cpp:405–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405TMemoryMap::TMapResult TMemoryMap::ResizeAndRemap(i64 offset, size_t size) {
406 ResizeAndReset(offset + (i64)size);
407 return Map(offset, size);
408}
409
410void TMemoryMap::SetSequential() {
411 Impl_->SetSequential();

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls 1

MapFunction · 0.50

Tested by

no test coverage detected