Lines Matching defs:object_base
180 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
228 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
251 register long obj_size = h->next_free - h->object_base;
254 char *object_base;
269 /* Compute an aligned object_base in the new chunk */
270 object_base =
280 ((COPYING_UNIT *)object_base)[i]
281 = ((COPYING_UNIT *)h->object_base)[i];
291 object_base[i] = h->object_base[i];
297 && (h->object_base
305 h->object_base = object_base;
306 h->next_free = h->object_base + obj_size;
367 h->object_base = h->next_free = (char *) (obj);