Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ~TLockFreeStack
Method
~TLockFreeStack
util/thread/lfstack.h:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
TLockFreeStack() = default;
72
73
~TLockFreeStack() {
74
EraseList(Head.load());
75
EraseList(FreePtr.load());
76
}
77
78
void Enqueue(const T& t) {
79
EnqueueImpl(t);
Callers
nothing calls this directly
Calls
2
EraseList
Function · 0.50
load
Method · 0.45
Tested by
no test coverage detected