Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ bitmap_free
Function
bitmap_free
ewah/bitmap.c:303–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
}
302
303
void bitmap_free(struct bitmap *bitmap)
304
{
305
if (!bitmap)
306
return;
307
308
free(bitmap->words);
309
free(bitmap);
310
}
Callers
15
find_boundary_objects
Function · 0.85
pseudo_merge_bitmap_for_commit
Function · 0.85
find_objects
Function · 0.85
filter_bitmap_exclude_type
Function · 0.85
filter_bitmap_blob_limit
Function · 0.85
for_each_bitmapped_object
Function · 0.85
reuse_partial_packfile_from_bitmap
Function · 0.85
bitmap_test_data_release
Function · 0.85
test_bitmap_walk
Function · 0.85
free_bitmap_index
Function · 0.85
free_bit_array
Function · 0.85
clear_bb_commit
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_bitmap_walk
Function · 0.68