MCPcopy 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

ResolveGenericTypeMethod · 0.45
ResolveTypeRef_RefMethod · 0.45
CopyFromMethod · 0.45

Calls 1

Tested by

no test coverage detected