Home | History | Annotate | Download | only in libiberty

Lines Matching refs:chunks

95   ret->chunks = (PTR) malloc (CHUNK_SIZE);
96 if (ret->chunks == NULL)
102 chunk = (struct objalloc_chunk *) ret->chunks;
148 chunk->next = (struct objalloc_chunk *) o->chunks;
151 o->chunks = (PTR) chunk;
162 chunk->next = (struct objalloc_chunk *) o->chunks;
168 o->chunks = (PTR) chunk;
181 l = (struct objalloc_chunk *) o->chunks;
206 for (p = (struct objalloc_chunk *) o->chunks; p != NULL; p = p->next)
233 any chunks containing small objects; we can free any big
238 q = (struct objalloc_chunk *) o->chunks;
260 o->chunks = (PTR) first;
280 q = (struct objalloc_chunk *) o->chunks;
290 o->chunks = (PTR) p;