Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Release
Method
Release
library/cpp/coroutine/engine/impl.cpp:271–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
void TContExecutor::Release(TCont* cont) noexcept {
272
delete cont;
273
Allocated_ -= 1;
274
}
275
276
void TContExecutor::ScheduleToDelete(TCont* cont) noexcept {
277
ToDelete_.PushBack(cont);
Callers
1
AllocateMore
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected