Home | History | Annotate | Download | only in lib

Lines Matching refs:object_base

177   h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
225 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
248 register long obj_size = h->next_free - h->object_base;
251 char *object_base;
266 /* Compute an aligned object_base in the new chunk */
267 object_base =
277 ((COPYING_UNIT *)object_base)[i]
278 = ((COPYING_UNIT *)h->object_base)[i];
288 object_base[i] = h->object_base[i];
294 && (h->object_base
302 h->object_base = object_base;
303 h->next_free = h->object_base + obj_size;
364 h->object_base = h->next_free = (char *) (obj);