Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ free_closure_v3
Function
free_closure_v3
benchmarks/tbb/tbb_thread.cpp:44–47 ·
view source on GitHub ↗
Free a closure allocated by allocate_closure_v3
Source
from the content-addressed store, hash-verified
42
43
//! Free a closure allocated by allocate_closure_v3
44
void free_closure_v3( void *ptr )
45
{
46
deallocate_via_handler_v3( ptr );
47
}
48
49
void tbb_thread_v3::join()
50
{
Callers
1
operator delete
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected