MCPcopy 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
603BpThreadInfo::~BpThreadInfo()
604{
605 if (mThreadName != NULL)
606 BpManager::Get()->FreeBytes(mThreadName);
607}
608
609void BpThreadInfo::SetThreadName(const char* name)
610{

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
FreeBytesMethod · 0.80

Tested by

no test coverage detected