Home
last modified time | relevance | path

Searched defs:max_heap_size (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap-controller.cc14 double MemoryController<Trait>::GrowingFactor(Heap* heap, size_t max_heap_size, in GrowingFactor()
31 double MemoryController<Trait>::MaxGrowingFactor(size_t max_heap_size) { in MaxGrowingFactor()
Dheap.cc5172 size_t max_heap_size = static_cast<size_t>(FLAG_max_heap_size) * MB; in ConfigureHeap() local
5208 size_t max_heap_size = static_cast<size_t>(FLAG_max_heap_size) * MB; in ConfigureHeap() local