Searched defs:allocations (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.cc561 AllocationMap* allocations) {
574 allocations->Iterate<const DumpArgs&>(DumpNonLiveIterator, args);
559 WriteProfile(const char* file_name, const Bucket& total, AllocationMap* allocations) argument
/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc344 LOG_POINTERS("Processing platform-specific allocations.\n");
592 uptr bytes = 0, allocations = 0; local
596 allocations += leaks_[i].hit_count;
601 allocations);

Completed in 168 milliseconds