Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc3088 size_t total_segment_bytes_allocated = 0; in ThrowInternal() local
3110 total_segment_bytes_allocated += zone_segment_bytes_allocated; in ThrowInternal()
3118 total_segment_bytes_allocated += zone->segment_bytes_allocated(); in ThrowInternal()
3123 out << "\"allocated\": " << total_segment_bytes_allocated << ", " in ThrowInternal()