Home
last modified time | relevance | path

Searched refs:heap_snapshot_near_heap_limit (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_options.cc156 if (heap_snapshot_near_heap_limit < 0) { in CheckOptions()
452 &EnvironmentOptions::heap_snapshot_near_heap_limit, in EnvironmentOptionsParser()
Dnode_options.h130 int64_t heap_snapshot_near_heap_limit = 0; variable
Denv.cc712 static_cast<uint32_t>(options_->heap_snapshot_near_heap_limit); in Environment()