Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ bitmap_new
Function
bitmap_new
ewah/bitmap.c:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
struct bitmap *bitmap_new(void)
34
{
35
return bitmap_word_alloc(32);
36
}
37
38
struct bitmap *bitmap_dup(const struct bitmap *src)
39
{
Callers
13
fill_in_bitmap
Function · 0.85
find_boundary_objects
Function · 0.85
pseudo_merge_bitmap_for_commit
Function · 0.85
find_objects
Function · 0.85
find_tip_objects
Function · 0.85
bitmap_test_data_prepare
Function · 0.85
bitmap_builder_init
Function · 0.85
fill_bitmap_commit
Function · 0.85
reuse_pseudo_merge_bitmap
Function · 0.85
build_pseudo_merge_bitmap
Function · 0.85
build_pseudo_merge_bitmaps
Function · 0.85
symdiff_prepare
Function · 0.85
Calls
1
bitmap_word_alloc
Function · 0.85
Tested by
no test coverage detected