Searched refs:zone_security (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/tools/lldbmacros/ |
| H A D | memory.py | 74 def ZoneName(zone, zone_security): argument 83 return "{:s}{:s}".format(names[int(zone_security.z_kheap_id)], zone.z_name) 319 def GetZoneCacheCPUSummary(zone, zone_security, O): argument 356 print(O.format(format_string, ZoneName(zone, zone_security), 379 zone_security = kern.zones[zid][1] 380 GetZoneCacheCPUSummary(zone, zone_security, O); 795 zone_security = kern.zones[zid][1] 796 if "data.kalloc." in ZoneName(zone, zone_security):
|