#include <sweeper.h>
Definition at line 22 of file sweeper.h.
◆ Sweeper() [1/2]
cppgc::internal::Sweeper::Sweeper |
( |
HeapBase & | heap | ) |
|
|
explicit |
◆ ~Sweeper()
cppgc::internal::Sweeper::~Sweeper |
( |
| ) |
|
|
default |
◆ Sweeper() [2/2]
cppgc::internal::Sweeper::Sweeper |
( |
const Sweeper & | | ) |
|
|
delete |
◆ CanDiscardMemory()
static constexpr bool cppgc::internal::Sweeper::CanDiscardMemory |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ FinishIfOutOfWork()
void cppgc::internal::Sweeper::FinishIfOutOfWork |
( |
| ) |
|
◆ FinishIfRunning()
bool cppgc::internal::Sweeper::FinishIfRunning |
( |
| ) |
|
◆ IsSweepingInProgress()
bool cppgc::internal::Sweeper::IsSweepingInProgress |
( |
| ) |
const |
◆ IsSweepingOnMutatorThread()
bool cppgc::internal::Sweeper::IsSweepingOnMutatorThread |
( |
| ) |
const |
◆ operator=()
◆ PerformSweepOnMutatorThread()
◆ Start()
◆ SweepForAllocationIfRunning()
◆ WaitForConcurrentSweepingForTesting()
void cppgc::internal::Sweeper::WaitForConcurrentSweepingForTesting |
( |
| ) |
|
|
private |
◆ ConcurrentSweeperTest
friend class ConcurrentSweeperTest |
|
friend |
◆ heap_
HeapBase& cppgc::internal::Sweeper::heap_ |
|
private |
◆ impl_
std::unique_ptr<SweeperImpl> cppgc::internal::Sweeper::impl_ |
|
private |
The documentation for this class was generated from the following files: