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

Function AllocateFromPool

util/ysaveload.h:304–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302
303template <class TStorage>
304static inline char* AllocateFromPool(TStorage& pool, size_t len) {
305 return static_cast<char*>(pool.Allocate(len));
306}
307
308template <>
309class TSerializer<const char*> {

Callers 2

LoadMethod · 0.70
LoadStrFunction · 0.50

Calls 1

AllocateMethod · 0.45

Tested by

no test coverage detected