MCPcopy Create free account
hub / github.com/catboost/catboost / Acquire

Method Acquire

library/cpp/yt/memory/unittests/free_list_ut.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 void Acquire(TTestItem* item)
75 {
76 AcquiredItemIndices_.push(item->IndexInSet);
77 }
78
79 TTestItem* Release()
80 {

Callers 4

TESTFunction · 0.45
TSingletonMethod · 0.45
AllocateMethod · 0.45
TEST_PFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected