MCPcopy Create free account
hub / github.com/beefytech/Beef / Release

Method Release

IDEHelper/Compiler/CeMachine.cpp:5919–5923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5917 }
5918
5919 void Release()
5920 {
5921 if (BfpSystem_InterlockedExchangeAdd32((uint32*)&mRefCount, (uint32)-1) == 1)
5922 delete this;
5923 }
5924
5925 void Run()
5926 {

Callers 3

~CeAsyncOperationMethod · 0.45
ExecuteMethod · 0.45
ReleaseContextMethod · 0.45

Calls 1

Tested by

no test coverage detected