void iso_verify_zone(iso_alloc_zone_handle *zone - Verifies the state of specified zone. Will abort if inconsistencies are found.
Is missing a close paren and should read
void iso_verify_zone(iso_alloc_zone_handle *zone) - Verifies the state of specified zone. Will abort if inconsistencies are found.
void iso_verify_zone(iso_alloc_zone_handle *zone - Verifies the state of specified zone. Will abort if inconsistencies are found.Is missing a close paren and should read
void iso_verify_zone(iso_alloc_zone_handle *zone) - Verifies the state of specified zone. Will abort if inconsistencies are found.