Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Unmap
Method
Unmap
util/system/filemap.cpp:390–392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
388
}
389
390
bool TMemoryMap::Unmap(void* ptr, size_t size) {
391
return Impl_->Unmap(ptr, size);
392
}
393
394
bool TMemoryMap::Unmap(TMapResult region) {
395
return Unmap(region.Ptr, region.Size);
Callers
3
operator()
Method · 0.45
term
Method · 0.45
BasicTest
Function · 0.45
Calls
2
IsMapped
Method · 0.80
Reset
Method · 0.45
Tested by
no test coverage detected