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

  /external/chromium_org/tools/deep_memory_profiler/subcommands/
pprof.py 8 from lib.bucket import BUCKET_ID, COMMITTED, ALLOC_COUNT, FREE_COUNT
70 """Accumulates size of committed chunks and the number of allocated chunks.
79 Two integers which are the accumulated size of committed regions and the
91 region[1]['committed'] == 0):
94 com_committed += region[1]['committed']
110 com_committed += int(words[COMMITTED])
132 region[1]['committed'] == 0):
136 region[1]['committed'], region[1]['committed']))
156 words[COMMITTED],
    [all...]
expand.py 8 from lib.bucket import BUCKET_ID, COMMITTED, ALLOC_COUNT, FREE_COUNT
61 def _add_size(precedence, bucket, depth, committed, sizes):
71 sizes[stacktrace_sequence] += committed
96 int(words[COMMITTED]), sizes)
104 region[1]['committed'], sizes)
cat.py 9 from lib.bucket import BUCKET_ID, COMMITTED, ALLOC_COUNT, FREE_COUNT
113 root['units'][unit.unit_id] = [unit.committed, unit.reserved]
159 int(region[1]['committed']),
171 int(region[1]['committed']),
185 int(words[COMMITTED]),
192 int(words[COMMITTED]),
policies.py 10 from lib.bucket import BUCKET_ID, COMMITTED
196 sizes[component_match] += int(words[COMMITTED])
200 sizes['tc-total-log'] += int(words[COMMITTED])
202 sizes['other-total-log'] += int(words[COMMITTED])
227 committed = 0
228 if 'committed' in value[1]:
229 committed = value[1]['committed']
230 global_stats['total'] += committed
242 global_stats[key] += committed
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/lib/
bucket.py 14 VIRTUAL, COMMITTED, ALLOC_COUNT, FREE_COUNT, _, BUCKET_ID = range(6)
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 192 milliseconds