Home | History | Annotate | Download | only in libiberty

Lines Matching refs:object_base

145   h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
192 size_t obj_size = h->next_free - h->object_base;
193 char *object_base;
213 /* Compute an aligned object_base in the new chunk */
214 object_base =
218 memcpy (object_base, h->object_base, obj_size);
224 && (h->object_base
232 h->object_base = object_base;
233 h->next_free = h->object_base + obj_size;
288 h->object_base = h->next_free = (char *) (obj);