Home
last modified time | relevance | path

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

/xnu-10063.101.15/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:
104 if re.match(zone_map_exhausted, panic_string) is not None:
105 panic_string_regex = zone_map_exhausted