Home
last modified time | relevance | path

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

/external/v8/src/execution/
Disolate.cc2825 size_t total_zone_allocation_size = 0; in ThrowInternal() local
2847 total_zone_allocation_size += zone_allocation_size; in ThrowInternal()
2855 total_zone_allocation_size += zone->allocation_size_for_tracing(); in ThrowInternal()
2860 << "\"used\": " << total_zone_allocation_size << ", " in ThrowInternal()