Home | History | Annotate | Download | only in libiberty

Lines Matching refs:PTR

40 extern PTR malloc (size_t);
41 extern void free (PTR);
95 ret->chunks = (PTR) malloc (CHUNK_SIZE);
114 PTR
135 return (PTR) (o->current_ptr - len);
151 o->chunks = (PTR) chunk;
153 return (PTR) (ret + CHUNK_HEADER_SIZE);
168 o->chunks = (PTR) chunk;
198 objalloc_free_block (struct objalloc *o, PTR block)
260 o->chunks = (PTR) first;
290 o->chunks = (PTR) p;