Searched refs:Unmapper (Results 1 – 3 of 3) sorted by relevance
28 struct Unmapper { struct37 using ScopedSharedBufferMapping = std::unique_ptr<void, internal::Unmapper>; argument
335 class MemoryAllocator::Unmapper::UnmapFreeMemoryTask : public v8::Task {337 explicit UnmapFreeMemoryTask(Unmapper* unmapper) : unmapper_(unmapper) {} in UnmapFreeMemoryTask()346 Unmapper* unmapper_;350 void MemoryAllocator::Unmapper::FreeQueuedChunks() { in FreeQueuedChunks()361 bool MemoryAllocator::Unmapper::WaitUntilCompleted() { in WaitUntilCompleted()371 template <MemoryAllocator::Unmapper::FreeMode mode>372 void MemoryAllocator::Unmapper::PerformFreeMemoryOnQueuedChunks() { in PerformFreeMemoryOnQueuedChunks()380 if (mode == MemoryAllocator::Unmapper::FreeMode::kReleasePooled) { in PerformFreeMemoryOnQueuedChunks()394 void MemoryAllocator::Unmapper::TearDown() { in TearDown()404 void MemoryAllocator::Unmapper::ReconsiderDelayedChunks() { in ReconsiderDelayedChunks()
1104 class Unmapper {1108 explicit Unmapper(MemoryAllocator* allocator) in Unmapper() function1327 Unmapper* unmapper() { return &unmapper_; } in unmapper()1389 Unmapper unmapper_;