Searched refs:zone_security (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tools/lldbmacros/ ! |
| H A D | memory.py | 68 def ZoneName(zone, zone_security): argument 77 return "{:s}{:s}".format(names[int(zone_security.z_kheap_id)], zone.z_name) 209 def GetZoneCacheCPUSummary(zone, zone_security, O): argument 246 print(O.format(format_string, ZoneName(zone, zone_security), 269 zone_security = kern.zones[zid][1] 270 GetZoneCacheCPUSummary(zone, zone_security, O); 685 zone_security = kern.zones[zid][1] 686 if "data.kalloc." in ZoneName(zone, zone_security):
|