MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / GetAllocationPrivateData

Method GetAllocationPrivateData

3rdparty/d3d12memalloc/src/D3D12MemAlloc.cpp:3780–3783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3778}
3779
3780void* BlockMetadata_Linear::GetAllocationPrivateData(AllocHandle allocHandle) const
3781{
3782 return FindSuballocation((UINT64)allocHandle - 1).privateData;
3783}
3784
3785void BlockMetadata_Linear::SetAllocationPrivateData(AllocHandle allocHandle, void* privateData)
3786{

Callers 1

NormalBlockClass · 0.80

Calls 1

IsFreeMethod · 0.45

Tested by

no test coverage detected