diff options
author | Elijah Newren <newren@gmail.com> | 2020-10-13 00:40:41 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-13 13:06:37 -0700 |
commit | 6474b869393b2d40b6e1b3ab5633ce2bad6abe48 (patch) | |
tree | 5cd8cc64989424c943e5d6138b3c5c8722cded72 /diffcore-break.c | |
parent | Git 2.29-rc1 (diff) | |
download | tgif-6474b869393b2d40b6e1b3ab5633ce2bad6abe48.tar.xz |
hashmap: add usage documentation explaining hashmap_free[_entries]()
The existence of hashmap_free() and hashmap_free_entries() confused me,
and the docs weren't clear enough. We are dealing with a map table,
entries in that table, and possibly also things each of those entries
point to. I had to consult other source code examples and the
implementation. Add a brief note to clarify the differences. This will
become even more important once we introduce a new
hashmap_partial_clear() function which will add the question of whether
the table itself has been freed.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diffcore-break.c')
0 files changed, 0 insertions, 0 deletions