MCPcopy Create free account
hub / github.com/catboost/catboost / Allocate

Method Allocate

util/memory/pool.h:366–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 }
365
366 TBlock Allocate(size_t len) override {
367 TBlock ret = {Pool_->Allocate(len), len};
368
369 return ret;
370 }
371
372 void Release(const TBlock& block) override {
373 (void)block;

Callers

nothing calls this directly

Calls 1

AllocateMethod · 0.45

Tested by

no test coverage detected