Searched refs:UnhookedUnit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/deep_memory_profiler/subcommands/
H A Dcat.py12 from lib.sorter import MallocUnit, MMapUnit, SorterSet, UnhookedUnit, UnitSet namespace
155 yield UnhookedUnit(unit_id, pageframe.size, pageframe.size,
158 yield UnhookedUnit(unit_id,
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dsorter.py106 class UnhookedUnit(VMUnit): class in inherits:VMUnit
110 super(UnhookedUnit, self).__init__(unit_id, committed, reserved, False,

Completed in 96 milliseconds