Home | History | Annotate | Download | only in lib

Lines Matching full:object_base

179   h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
227 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
250 register long obj_size = h->next_free - h->object_base;
253 char *object_base;
268 /* Compute an aligned object_base in the new chunk */
269 object_base =
279 ((COPYING_UNIT *)object_base)[i]
280 = ((COPYING_UNIT *)h->object_base)[i];
290 object_base[i] = h->object_base[i];
296 && (h->object_base
304 h->object_base = object_base;
305 h->next_free = h->object_base + obj_size;
366 h->object_base = h->next_free = (char *) (obj);