Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Clear
Method
Clear
BeefySysLib/util/AllocDebug.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void BfBitSet::Clear(int idx)
63
{
64
mBits[idx / 32] &= ~(1 << (idx % 32));
65
}
66
67
struct SA_AllocHeader
68
{
Callers
2
Free
Method · 0.45
BpDump
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected