Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/
H A Dmemory.py65 def ZoneName(zone, zone_security): argument
74 return "{:s}{:s}".format(names[int(zone_security.z_kheap_id)], zone.z_name)
310 def GetZoneCacheCPUSummary(zone, zone_security, O): argument
347 print(O.format(format_string, ZoneName(zone, zone_security),
370 zone_security = kern.zones[zid][1]
371 GetZoneCacheCPUSummary(zone, zone_security, O);
786 zone_security = kern.zones[zid][1]
787 if "data.kalloc." in ZoneName(zone, zone_security):