Lines Matching refs:allocated
50 allocated = o.allocated; in hb_vector_t()
58 int allocated; /* == -1 means allocation failed. */ member
66 allocated = length = 0; in init()
86 allocated = length; // Big hack! in reset()
100 allocated = o.allocated; in operator =()
189 bool in_error () const { return allocated < 0; } in in_error()
197 if (likely (size <= (unsigned) allocated)) in alloc()
202 unsigned int new_allocated = allocated; in alloc()
209 (new_allocated < (unsigned) allocated) || in alloc()
216 allocated = -1; in alloc()
221 allocated = new_allocated; in alloc()