Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetCurrentChunkSpareSize
Method
GetCurrentChunkSpareSize
library/cpp/yt/memory/chunked_memory_pool.cpp:196–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
size_t TChunkedMemoryPool::GetCurrentChunkSpareSize() const
197
{
198
return FreeZoneEnd_ - FreeZoneBegin_;
199
}
200
201
////////////////////////////////////////////////////////////////////////////////
202
Callers
1
DoNext
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected