| 3560 | } |
| 3561 | |
| 3562 | void BlockMetadata_Linear::GetAllocationInfo(AllocHandle allocHandle, VIRTUAL_ALLOCATION_INFO& outInfo) const |
| 3563 | { |
| 3564 | const Suballocation& suballoc = FindSuballocation((UINT64)allocHandle - 1); |
| 3565 | outInfo.Offset = suballoc.offset; |
| 3566 | outInfo.Size = suballoc.size; |
| 3567 | outInfo.pPrivateData = suballoc.privateData; |
| 3568 | } |
| 3569 | |
| 3570 | bool BlockMetadata_Linear::CreateAllocationRequest( |
| 3571 | UINT64 allocSize, |