#include <heap-controller.h>
|
static size_t | MinimumAllocationLimitGrowingStep (Heap::HeapGrowingMode growing_mode) |
|
static double | GrowingFactor (Heap *heap, size_t max_heap_size, std::optional< double > gc_speed, double mutator_speed, Heap::HeapGrowingMode growing_mode) |
|
static size_t | BoundAllocationLimit (Heap *heap, size_t current_size, uint64_t limit, size_t min_size, size_t max_size, size_t new_space_capacity, Heap::HeapGrowingMode growing_mode) |
|
|
| FRIEND_TEST (MemoryControllerTest, HeapGrowingFactor) |
|
| FRIEND_TEST (MemoryControllerTest, MaxHeapGrowingFactor) |
|
template<typename Trait>
class v8::internal::MemoryController< Trait >
Definition at line 35 of file heap-controller.h.
◆ BoundAllocationLimit()
template<typename Trait >
◆ DynamicGrowingFactor()
template<typename Trait >
◆ FRIEND_TEST() [1/2]
template<typename Trait >
◆ FRIEND_TEST() [2/2]
template<typename Trait >
◆ GrowingFactor()
template<typename Trait >
◆ MaxGrowingFactor()
template<typename Trait >
◆ MinimumAllocationLimitGrowingStep()
template<typename Trait >
The documentation for this class was generated from the following files: