MCPcopy 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
62void BfBitSet::Clear(int idx)
63{
64 mBits[idx / 32] &= ~(1 << (idx % 32));
65}
66
67struct SA_AllocHeader
68{

Callers 2

FreeMethod · 0.45
BpDumpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected