#include <heap-controller.h>
Definition at line 16 of file heap-controller.h.
 
◆ kConservativeGrowingFactor
  
  
      
        
          | double v8::internal::BaseControllerTrait::kConservativeGrowingFactor = 1.3 | 
         
       
   | 
  
staticconstexpr   | 
  
 
 
◆ kMaxGrowingFactor
  
  
      
        
          | double v8::internal::BaseControllerTrait::kMaxGrowingFactor = 4.0 | 
         
       
   | 
  
staticconstexpr   | 
  
 
 
◆ kMaxSize
  
  
      
        
          | size_t v8::internal::BaseControllerTrait::kMaxSize = 1024u * Heap::kHeapLimitMultiplier * MB | 
         
       
   | 
  
staticconstexpr   | 
  
 
 
◆ kMinGrowingFactor
  
  
      
        
          | double v8::internal::BaseControllerTrait::kMinGrowingFactor = 1.1 | 
         
       
   | 
  
staticconstexpr   | 
  
 
 
◆ kMinSize
  
  
      
        
          | size_t v8::internal::BaseControllerTrait::kMinSize = 128u * Heap::kHeapLimitMultiplier * MB | 
         
       
   | 
  
staticconstexpr   | 
  
 
 
◆ kTargetMutatorUtilization
  
  
      
        
          | double v8::internal::BaseControllerTrait::kTargetMutatorUtilization = 0.97 | 
         
       
   | 
  
staticconstexpr   | 
  
 
 
The documentation for this struct was generated from the following file: