Home
last modified time | relevance | path

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

/xnu-11215.1.10/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)
260 def GetZoneCacheCPUSummary(zone, zone_security, O): argument
297 print(O.format(format_string, ZoneName(zone, zone_security),
320 zone_security = kern.zones[zid][1]
321 GetZoneCacheCPUSummary(zone, zone_security, O);
736 zone_security = kern.zones[zid][1]
737 if "data.kalloc." in ZoneName(zone, zone_security):