Home
last modified time | relevance | path

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

/third_party/node/src/
Denv.cc470 if (options_->heap_snapshot_near_heap_limit > heap_limit_snapshot_taken_) { in ~Environment()
1240 env->heap_limit_snapshot_taken_ += 1; in NearHeapLimitCallback()
1244 if (env->heap_limit_snapshot_taken_ < in NearHeapLimitCallback()
Denv.h1359 int64_t heap_limit_snapshot_taken_ = 0; variable