Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Release
Method
Release
IDEHelper/Compiler/CeMachine.h:411–415 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
409
}
410
411
void Release()
412
{
413
if (BfpSystem_InterlockedExchangeAdd32((uint32*)&mRefCount, (uint32)-1) == 1)
414
delete this;
415
}
416
417
~CeInternalData();
418
};
Callers
7
RebuildType
Method · 0.45
DoPopulateType
Method · 0.45
DoTypeInstanceMethodProcessing
Method · 0.45
~BfMethodInfoEx
Method · 0.45
UndoDeclaration
Method · 0.45
~BfGenericExtensionEntry
Method · 0.45
~BfGenericTypeInfo
Method · 0.45
Calls
1
BfpSystem_InterlockedExchangeAdd32
Function · 0.50
Tested by
no test coverage detected