Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc3098 size_t zone_allocation_size = zone->allocation_size_for_tracing(); in ThrowInternal() local
3108 << "\"used\": " << zone_allocation_size << ", " in ThrowInternal()
3111 total_zone_allocation_size += zone_allocation_size; in ThrowInternal()