#include <evacuation-allocator.h>
Definition at line 21 of file evacuation-allocator.h.
◆ EvacuationAllocator()
◆ Allocate()
◆ code_space_allocator()
MainAllocator * v8::internal::EvacuationAllocator::code_space_allocator |
( |
| ) |
|
|
inlineprivate |
◆ Finalize()
void v8::internal::EvacuationAllocator::Finalize |
( |
| ) |
|
◆ FreeLast()
◆ FreeLastInMainAllocator()
◆ new_space_allocator()
MainAllocator * v8::internal::EvacuationAllocator::new_space_allocator |
( |
| ) |
|
|
inlineprivate |
◆ old_space_allocator()
MainAllocator * v8::internal::EvacuationAllocator::old_space_allocator |
( |
| ) |
|
|
inlineprivate |
◆ shared_space_allocator()
MainAllocator * v8::internal::EvacuationAllocator::shared_space_allocator |
( |
| ) |
|
|
inlineprivate |
◆ trusted_space_allocator()
MainAllocator * v8::internal::EvacuationAllocator::trusted_space_allocator |
( |
| ) |
|
|
inlineprivate |
◆ code_space_allocator_
std::optional<MainAllocator> v8::internal::EvacuationAllocator::code_space_allocator_ |
|
private |
◆ compaction_spaces_
◆ heap_
Heap* const v8::internal::EvacuationAllocator::heap_ |
|
private |
◆ new_space_
NewSpace* const v8::internal::EvacuationAllocator::new_space_ |
|
private |
◆ new_space_allocator_
std::optional<MainAllocator> v8::internal::EvacuationAllocator::new_space_allocator_ |
|
private |
◆ old_space_allocator_
std::optional<MainAllocator> v8::internal::EvacuationAllocator::old_space_allocator_ |
|
private |
◆ shared_space_allocator_
std::optional<MainAllocator> v8::internal::EvacuationAllocator::shared_space_allocator_ |
|
private |
◆ trusted_space_allocator_
std::optional<MainAllocator> v8::internal::EvacuationAllocator::trusted_space_allocator_ |
|
private |
The documentation for this class was generated from the following files: