MCPcopy 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
303void bitmap_free(struct bitmap *bitmap)
304{
305 if (!bitmap)
306 return;
307
308 free(bitmap->words);
309 free(bitmap);
310}

Callers 15

find_boundary_objectsFunction · 0.85
find_objectsFunction · 0.85
filter_bitmap_blob_limitFunction · 0.85
bitmap_test_data_releaseFunction · 0.85
test_bitmap_walkFunction · 0.85
free_bitmap_indexFunction · 0.85
free_bit_arrayFunction · 0.85
clear_bb_commitFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_bitmap_walkFunction · 0.68