MCPcopy Create free account
hub / github.com/catboost/catboost / ~TMappedAllocation

Method ~TMappedAllocation

util/system/filemap.h:294–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292public:
293 TMappedAllocation(size_t size = 0, bool shared = false, void* addr = nullptr);
294 ~TMappedAllocation() {
295 Dealloc();
296 }
297 TMappedAllocation(TMappedAllocation&& other) noexcept {
298 this->swap(other);
299 }

Callers 1

ReleaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected