Searched defs:FREE_COUNT (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/deep_memory_profiler/subcommands/
H A Dexpand.py8 from lib.bucket import BUCKET_ID, COMMITTED, ALLOC_COUNT, FREE_COUNT namespace
107 precedence += '(free=%d) ' % int(words[FREE_COUNT])
H A Dpprof.py8 from lib.bucket import BUCKET_ID, COMMITTED, ALLOC_COUNT, FREE_COUNT namespace
111 com_allocs += int(words[ALLOC_COUNT]) - int(words[FREE_COUNT])
155 int(words[ALLOC_COUNT]) - int(words[FREE_COUNT]),
157 int(words[ALLOC_COUNT]) - int(words[FREE_COUNT]),
H A Dcat.py9 from lib.bucket import BUCKET_ID, COMMITTED, ALLOC_COUNT, FREE_COUNT namespace
187 int(words[FREE_COUNT]),
194 int(words[FREE_COUNT]),

Completed in 1433 milliseconds