Searched refs:ran_out_of_room (Results 1 – 1 of 1) sorted by relevance
404 this->ran_out_of_room = false; in hb_serialize_context_t()426 this->ran_out_of_room ? "RAN OUT OF ROOM" : "did not ran out of room"); in end_serialize()433 assert (!this->ran_out_of_room); in copy()444 if (unlikely (this->ran_out_of_room || this->end - this->head < ptrdiff_t (size))) { in allocate_size()445 this->ran_out_of_room = true; in allocate_size()503 bool ran_out_of_room; member