D | sorter.py | 41 def __init__(self, unit_id, size): argument 42 self._unit_id = unit_id 46 def unit_id(self): member in Unit 56 def __init__(self, unit_id, committed, reserved, mmap, region, argument 58 super(VMUnit, self).__init__(unit_id, committed) 92 def __init__(self, unit_id, committed, reserved, region, bucket_set, argument 94 super(MMapUnit, self).__init__(unit_id, committed, reserved, True, 108 def __init__(self, unit_id, committed, reserved, region, argument 110 super(UnhookedUnit, self).__init__(unit_id, committed, reserved, False, 119 def __init__(self, unit_id, size, alloc_count, free_count, bucket): argument [all …]
|