| 3263 | } |
| 3264 | |
| 3265 | bool BlockMetadata_Generic::IsEmpty() const |
| 3266 | { |
| 3267 | return (m_Suballocations.size() == 1) && (m_FreeCount == 1); |
| 3268 | } |
| 3269 | |
| 3270 | void BlockMetadata_Generic::GetAllocationInfo(AllocHandle allocHandle, VIRTUAL_ALLOCATION_INFO& outInfo) const |
| 3271 | { |
no test coverage detected