Searched refs:dump_count (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc167 static int dump_count = 0; // How many dumps so far variable
225 dump_count++;
227 filename_prefix, dump_count, HeapProfileTable::kFileExt);
451 // We do not reset dump_count so if the user does a sequence of
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc216 static int dump_count = 0; // How many dumps so far variable
282 dump_count++;
284 filename_prefix, getpid(), dump_count, HeapProfileTable::kFileExt);
317 filename_prefix, getpid(), dump_count);
540 // We do not reset dump_count so if the user does a sequence of
H A Ddeep-heap-profile.h276 int dump_count,
H A Ddeep-heap-profile.cc693 const char* prefix, int dump_count, char raw_buffer[], int buffer_size) {
696 "%s.%05d.%04d.buckets", prefix, getpid(), dump_count);
692 WriteForBucketFile( const char* prefix, int dump_count, char raw_buffer[], int buffer_size) argument

Completed in 2800 milliseconds