Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator
/ AddRef
Method
AddRef
src/D3D12MemAlloc.cpp:9639–9642 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9637
}
9638
9639
ULONG STDMETHODCALLTYPE IUnknownImpl::AddRef()
9640
{
9641
return ++m_RefCount;
9642
}
9643
9644
ULONG STDMETHODCALLTYPE IUnknownImpl::Release()
9645
{
Callers
3
AllocatorPimpl
Method · 0.80
NormalBlock
Class · 0.80
TestCommittedResourcesAndJson
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestCommittedResourcesAndJson
Function · 0.64