Home
last modified time | relevance | path

Searched refs:zone_security (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.101.15/tools/lldbmacros/
H A Dmemory.py67 def ZoneName(zone, zone_security): argument
76 return "{:s}{:s}".format(names[int(zone_security.z_kheap_id)], zone.z_name)
272 def GetZoneCacheCPUSummary(zone, zone_security, O): argument
309 print(O.format(format_string, ZoneName(zone, zone_security),
332 zone_security = kern.zones[zid][1]
333 GetZoneCacheCPUSummary(zone, zone_security, O);
748 zone_security = kern.zones[zid][1]
749 if "data.kalloc." in ZoneName(zone, zone_security):