Home
last modified time | relevance | path

Searched refs:max_global_memory_size_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap.cc2511 this, max_global_memory_size_, embedder_gc_speed, in RecomputeLimits()
2535 max_global_memory_size_, new_space_capacity, in RecomputeLimits()
2555 max_global_memory_size_, new_space_capacity, in RecomputeLimits()
5222 max_global_memory_size_ = in ConfigureHeap()
5439 (max_global_memory_size_ - global_allocation_limit_) / 2); in AllocationLimitOvershotByLargeMargin()
Dheap.h2134 size_t max_global_memory_size_ = 0; variable