summaryrefslogtreecommitdiff
path: root/block-sha1
diff options
context:
space:
mode:
authorLibravatar Elijah Newren <newren@gmail.com>2020-10-13 00:40:41 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-10-13 13:06:37 -0700
commit6474b869393b2d40b6e1b3ab5633ce2bad6abe48 (patch)
tree5cd8cc64989424c943e5d6138b3c5c8722cded72 /block-sha1
parentGit 2.29-rc1 (diff)
downloadtgif-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 'block-sha1')
0 files changed, 0 insertions, 0 deletions