Home | History | Annotate | Download | only in lib

Lines Matching refs:free

3    Copyright (C) 1998-2004, 2006-2007, 2009-2012 Free Software Foundation, Inc.
7 This program is free software: you can redistribute it and/or modify
9 the Free Software Foundation; either version 3 of the License, or
42 # define obstack_chunk_free free
588 You should specify this function only if you want these functions to free
644 free (table);
648 /* Make all buckets empty, placing any chained entries on the free list.
664 /* Free the bucket overflow. */
678 /* Free the bucket head. */
721 /* Free all bucket overflowed entries. */
727 free (cursor);
735 free (cursor);
740 /* Free the remainder of the hash table structure. */
741 free (table->bucket);
742 free (table);
772 /* Free a hash entry which was part of some bucket overflow,
854 share the same free entry list. If SAFE, only move overflow
856 occur. Return false if the free entry list is exhausted and an
875 free entries that can be recycled by the time we finally
893 /* Free an existing entry, when moving from a bucket
971 guarantee table->n_buckets_used-1 free entries in advance, then
989 free (table->bucket);
1000 exhausted the free list, and moved some but not all entries into
1004 free entries as overflows in the new table are put back into
1017 free (new_table->bucket);
1185 is low, we can at least be kind and free any
1187 in the free entry list. */
1194 free (cursor);