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