| 373 | size_t AwaitAllocator::failedAllocationSize() const { return currentStatistics.lastFailedAllocationSize; } |
| 374 | |
| 375 | size_t AwaitAllocator::reservedBytes() const |
| 376 | { |
| 377 | return currentMode == AwaitAllocatorMode::Virtual ? virtualReservedBytes : 0; |
| 378 | } |
| 379 | |
| 380 | size_t AwaitAllocator::committedBytes() const |
| 381 | { |