MCPcopy 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
390bool TMemoryMap::Unmap(void* ptr, size_t size) {
391 return Impl_->Unmap(ptr, size);
392}
393
394bool TMemoryMap::Unmap(TMapResult region) {
395 return Unmap(region.Ptr, region.Size);

Callers 3

operator()Method · 0.45
termMethod · 0.45
BasicTestFunction · 0.45

Calls 2

IsMappedMethod · 0.80
ResetMethod · 0.45

Tested by

no test coverage detected