Searched refs:max_restarts_allowed (Results 1 – 1 of 1) sorted by relevance
41 size_t max_restarts_allowed = (size_ - sizeof(uint32)) / sizeof(uint32); in Block() local42 if (NumRestarts() > max_restarts_allowed) { in Block()