| 379 | { |
| 380 | } |
| 381 | LockedPool::LockedPageArena::~LockedPageArena() |
| 382 | { |
| 383 | allocator->FreeLocked(base, size); |
| 384 | } |
| 385 | |
| 386 | /*******************************************************************************/ |
| 387 | // Implementation: LockedPoolManager |
nothing calls this directly
no test coverage detected