Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ ~BpThreadInfo
Method
~BpThreadInfo
BeefySysLib/util/BeefPerf.cpp:603–607 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
601
}
602
603
BpThreadInfo::~BpThreadInfo()
604
{
605
if (mThreadName != NULL)
606
BpManager::Get()->FreeBytes(mThreadName);
607
}
608
609
void BpThreadInfo::SetThreadName(const char* name)
610
{
Callers
nothing calls this directly
Calls
2
Get
Function · 0.85
FreeBytes
Method · 0.80
Tested by
no test coverage detected