Searched refs:obj_size (Results 1 – 1 of 1) sorted by relevance
243 register long obj_size = h->next_free - h->object_base; in _obstack_newchunk() local248 new_size = (obj_size + length) + (obj_size >> 3) + 100; in _obstack_newchunk()265 for (i = obj_size / sizeof (COPYING_UNIT) - 1; in _obstack_newchunk()272 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT); in _obstack_newchunk()277 for (i = already; i < obj_size; i++) in _obstack_newchunk()290 h->next_free = h->object_base + obj_size; in _obstack_newchunk()