Searched refs:native_free_histogram_ (Results 1 – 2 of 2) sorted by relevance
195 native_free_histogram_("Native free sizes", 1U, kNativeAllocationHistogramBuckets), in Heap()1202 if (native_free_histogram_.SampleSize() > 0u) { in DumpGcPerformanceInfo()1204 native_free_histogram_.DumpBins(os); in DumpGcPerformanceInfo()1205 os << " bucket size " << native_free_histogram_.BucketWidth() << "\n"; in DumpGcPerformanceInfo()3922 native_free_histogram_.AddValue(bytes); in RegisterNativeFree()
1163 Histogram<uint64_t> native_free_histogram_; variable