Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
405
TMemoryMap::TMapResult TMemoryMap::ResizeAndRemap(i64 offset, size_t size) {
406
ResizeAndReset(offset + (i64)size);
407
return Map(offset, size);
408
}
409
410
void TMemoryMap::SetSequential() {
411
Impl_->SetSequential();
Callers
1
Y_UNIT_TEST
Function · 0.80
Calls
1
Map
Function · 0.50
Tested by
no test coverage detected