Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SetSequential
Method
SetSequential
util/system/filemap.cpp:410–412 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
408
}
409
410
void TMemoryMap::SetSequential() {
411
Impl_->SetSequential();
412
}
413
414
void TMemoryMap::Evict(void* ptr, size_t len) {
415
Impl_->Evict(ptr, len);
Callers
1
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected