Searched refs:mark_all (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h323 mark_all(mark_all_arg) {
327 bool mark_all; // True if all allocations should be marked. Otherwise just member in struct:HeapProfileTable::MarkArgs
H A Dheap-profile-table.cc539 if (!args.mark_all && v->mark() != UNMARKED)
/external/e2fsprogs/lib/ext2fs/
H A Dblkmap64_rb.c816 __u64 mark_all, test_all; local
841 mark_all = bitmap->stats.mark_count + bitmap->stats.mark_ext_count;
843 if (mark_all)
844 m_hit = ((double)bp->mark_hit / mark_all) * 100;

Completed in 390 milliseconds