#include <compactor.h>
Definition at line 17 of file compactor.h.
◆ CompactableSpaceHandling
◆ Compactor() [1/2]
cppgc::internal::Compactor::Compactor |
( |
RawHeap & | heap | ) |
|
|
explicit |
◆ ~Compactor()
cppgc::internal::Compactor::~Compactor |
( |
| ) |
|
|
inline |
◆ Compactor() [2/2]
cppgc::internal::Compactor::Compactor |
( |
const Compactor & | | ) |
|
|
delete |
◆ CancelIfShouldNotCompact()
◆ compaction_worklists()
◆ CompactSpacesIfEnabled()
◆ EnableForNextGCForTesting()
void cppgc::internal::Compactor::EnableForNextGCForTesting |
( |
| ) |
|
◆ InitializeIfShouldCompact()
◆ IsEnabledForTesting()
bool cppgc::internal::Compactor::IsEnabledForTesting |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ ShouldCompact()
◆ compactable_spaces_
std::vector<NormalPageSpace*> cppgc::internal::Compactor::compactable_spaces_ |
|
private |
◆ compaction_worklists_
◆ enable_for_next_gc_for_testing_
bool cppgc::internal::Compactor::enable_for_next_gc_for_testing_ = false |
|
private |
◆ heap_
RawHeap& cppgc::internal::Compactor::heap_ |
|
private |
◆ is_cancelled_
bool cppgc::internal::Compactor::is_cancelled_ = false |
|
private |
◆ is_enabled_
bool cppgc::internal::Compactor::is_enabled_ = false |
|
private |
The documentation for this class was generated from the following files: