| 3783 | } |
| 3784 | |
| 3785 | void BlockMetadata_Linear::SetAllocationPrivateData(AllocHandle allocHandle, void* privateData) |
| 3786 | { |
| 3787 | Suballocation& suballoc = FindSuballocation((UINT64)allocHandle - 1); |
| 3788 | suballoc.privateData = privateData; |
| 3789 | } |
| 3790 | |
| 3791 | void BlockMetadata_Linear::AddStatistics(Statistics& inoutStats) const |
| 3792 | { |