HomeSort by relevance Sort by last modified time
    Searched refs:DumpArgs (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 298 struct DumpArgs {
299 DumpArgs(RawFD fd_arg, Stats* profile_stats_arg)
405 const DumpArgs& args);
419 const DumpArgs& args);
heap-profile-table.cc 375 const DumpArgs args(fd, NULL);
376 type_size_map->Iterate<const DumpArgs&>(DumpTypesIterator, args);
475 const DumpArgs& args) {
488 const DumpArgs& args) {
570 const DumpArgs args(fd, NULL);
571 allocations->Iterate<const DumpArgs&>(DumpNonLiveIterator, args);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 251 struct DumpArgs {
255 DumpArgs(RawFD a, Stats* d)
306 const DumpArgs& args);
heap-profile-table.cc 458 const DumpArgs& args) {
514 const DumpArgs args(fd, NULL);
515 allocations->Iterate<const DumpArgs&>(DumpNonLiveIterator, args);

Completed in 724 milliseconds