MCPcopy 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
271void TContExecutor::Release(TCont* cont) noexcept {
272 delete cont;
273 Allocated_ -= 1;
274}
275
276void TContExecutor::ScheduleToDelete(TCont* cont) noexcept {
277 ToDelete_.PushBack(cont);

Callers 1

AllocateMoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected