Home
last modified time | relevance | path

Searched refs:physical_memory (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h89 * \param physical_memory The total amount of physical memory on the current
94 void ConfigureDefaults(uint64_t physical_memory,
/third_party/node/deps/v8/include/
H A Dv8-isolate.h89 * \param physical_memory The total amount of physical memory on the current
94 void ConfigureDefaults(uint64_t physical_memory,
/third_party/node/deps/v8/src/heap/
H A Dheap.h1294 uint64_t physical_memory);
1307 uint64_t physical_memory);
H A Dheap.cc252 size_t Heap::HeapSizeFromPhysicalMemory(uint64_t physical_memory) { in HeapSizeFromPhysicalMemory() argument
254 uint64_t old_generation = physical_memory / in HeapSizeFromPhysicalMemory()
259 static_cast<uint64_t>(MaxOldGenerationSize(physical_memory))); in HeapSizeFromPhysicalMemory()
314 size_t Heap::MaxOldGenerationSize(uint64_t physical_memory) { in MaxOldGenerationSize() argument
321 (physical_memory + 512 * MB) / GB >= 16) { in MaxOldGenerationSize()
/third_party/node/deps/v8/src/api/
H A Dapi.cc795 void ResourceConstraints::ConfigureDefaults(uint64_t physical_memory, in ConfigureDefaults() argument
797 size_t heap_size = i::Heap::HeapSizeFromPhysicalMemory(physical_memory); in ConfigureDefaults()

Completed in 76 milliseconds