Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Release
Method
Release
util/memory/alloc.cpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
void TDefaultAllocator::Release(const TBlock& block) {
15
y_deallocate(block.Data);
16
}
17
18
IAllocator* TDefaultAllocator::Instance() noexcept {
19
return SingletonWithPriority<TDefaultAllocator, 0>();
Callers
6
CopyConstruct
Function · 0.45
ConstructFromMap
Function · 0.45
ReadFromFile
Function · 0.45
ConstructFromBuffer
Function · 0.45
ConstructFromString
Function · 0.45
DoClear
Method · 0.45
Calls
1
y_deallocate
Function · 0.85
Tested by
no test coverage detected