Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dzonetriage.py29 zone_map_exhausted = ".*zalloc: zone map exhausted while allocating from zone .+, likely due to mem… variable
44 elif re.match(zone_map_exhausted, panic_string) is not None:
103 if re.match(zone_map_exhausted, panic_string) is not None:
104 panic_string_regex = zone_map_exhausted