Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TMappedAllocation
Method
TMappedAllocation
util/system/filemap.h:297–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
Dealloc();
296
}
297
TMappedAllocation(TMappedAllocation&& other) noexcept {
298
this->swap(other);
299
}
300
TMappedAllocation& operator=(TMappedAllocation&& other) noexcept {
301
this->swap(other);
302
return *this;
Callers
nothing calls this directly
Calls
1
swap
Method · 0.95
Tested by
no test coverage detected