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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 320 struct MarkArgs {
321 MarkArgs(AllocationMark mark_arg, bool mark_all_arg)
400 const MarkArgs& args);
heap-profile-table.cc 292 const MarkArgs args(mark, true);
293 address_map_->Iterate<const MarkArgs&>(MarkIterator, args);
297 const MarkArgs args(mark, true);
298 address_map_->Iterate<const MarkArgs&>(MarkIterator, args);
538 const MarkArgs& args) {

Completed in 1283 milliseconds