mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-05 14:50:26 +01:00
a common usage for hash tables is for tracking exactly one instance of a pointer for a given period of time, after which the table's entries are purged and it is reused this macro enables the purge phase of such usage to reset the table to a pristine state, avoiding future rehashing due to ballooning of deleted entries Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8498> |
||
|---|---|---|
| .. | ||
| clear.c | ||
| collision.c | ||
| delete_and_lookup.c | ||
| delete_management.c | ||
| destroy_callback.c | ||
| insert_and_lookup.c | ||
| insert_many.c | ||
| meson.build | ||
| null_destroy.c | ||
| random_entry.c | ||
| remove_key.c | ||
| remove_null.c | ||
| replacement.c | ||