Searched defs:mark_all (Results 1 - 2 of 2) 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
/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 1100 milliseconds