Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
303
template <class TStorage>
304
static inline char* AllocateFromPool(TStorage& pool, size_t len) {
305
return static_cast<char*>(pool.Allocate(len));
306
}
307
308
template <>
309
class TSerializer<const char*> {
Callers
2
Load
Method · 0.70
LoadStr
Function · 0.50
Calls
1
Allocate
Method · 0.45
Tested by
no test coverage detected