Home | History | Annotate | Download | only in libiberty

Lines Matching refs:free

2    Copyright 1997-2012 Free Software Foundation, Inc.
5 This program is free software; you can redistribute it and/or modify it
7 Free Software Foundation; either version 2, or (at your option) any
16 along with this program; if not, write to the Free Software
41 extern void free (PTR);
47 space may or may not free all more recently allocated space.
98 free (ret);
174 /* Free an entire objalloc structure. */
187 free (l);
191 free (o);
194 /* Free a block from an objalloc structure. This also frees all more
231 free every chunk through SMALL, because they have certainly
233 any chunks containing small objects; we can free any big
248 free (q);
251 free (q);
271 /* This block is in a large chunk by itself. We can free
286 free (q);