Home | History | Annotate | Download | only in libiberty

Lines Matching full:current_ptr

63      current_ptr when this chunk was allocated.  If this chunk
65 char *current_ptr;
104 chunk->current_ptr = NULL;
106 ret->current_ptr = (char *) chunk + CHUNK_HEADER_SIZE;
133 o->current_ptr += len;
135 return (PTR) (o->current_ptr - len);
149 chunk->current_ptr = o->current_ptr;
163 chunk->current_ptr = NULL;
165 o->current_ptr = (char *) chunk + CHUNK_HEADER_SIZE;
208 if (p->current_ptr == NULL)
225 if (p->current_ptr == NULL)
234 chunk if the current_ptr is greater than or equal to B. We
235 can then reset the new current_ptr to B. */
250 else if (q->current_ptr > b)
263 o->current_ptr = b;
269 char *current_ptr;
274 objects, setting current_ptr from the value stored with the
277 current_ptr = p->current_ptr;
292 while (p->current_ptr != NULL)
295 o->current_ptr = current_ptr;
296 o->current_space = ((char *) p + CHUNK_SIZE) - current_ptr;