Home | History | Annotate | Download | only in driver

Lines Matching full:swap_space_

342     : swap_space_(swap_fd == -1 ? nullptr : new SwapSpace(swap_fd, 10 * MB)),
343 swap_space_allocator_(new SwapAllocator<void>(swap_space_.get())),
2314 if (swap_space_.get() != nullptr) {
2315 oss << " swap=" << PrettySize(swap_space_->GetSize());