Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ AddRef
Method
AddRef
IDEHelper/Compiler/CeMachine.h:406–409 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
404
}
405
406
void AddRef()
407
{
408
BfpSystem_InterlockedExchangeAdd32((uint32*)&mRefCount, 1);
409
}
410
411
void Release()
412
{
Callers
3
ResolveGenericType
Method · 0.45
ResolveTypeRef_Ref
Method · 0.45
CopyFrom
Method · 0.45
Calls
1
BfpSystem_InterlockedExchangeAdd32
Function · 0.50
Tested by
no test coverage detected