Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ reftable_free
Function
reftable_free
reftable/basics.c:39–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void reftable_free(void *p)
40
{
41
if (reftable_free_ptr)
42
reftable_free_ptr(p);
43
else
44
free(p);
45
}
46
47
void *reftable_calloc(size_t nelem, size_t elsize)
48
{
Callers
15
test_reftable_block__iterator
Function · 0.85
test_reftable_basics__alloc_grow
Function · 0.85
test_reftable_basics__alloc_grow_or_null
Function · 0.85
tables_destroy
Function · 0.85
test_reftable_merged__single_record
Function · 0.85
test_reftable_merged__refs
Function · 0.85
test_reftable_merged__seek_multiple_times
Function · 0.85
test_reftable_merged__seek_multiple_times_no_drain
Function · 0.85
test_reftable_merged__logs
Function · 0.85
write_table
Function · 0.85
test_reftable_table__block_iterator
Function · 0.85
indexed_table_ref_iter_close
Function · 0.85
Calls
no outgoing calls
Tested by
9
test_reftable_block__iterator
Function · 0.68
test_reftable_basics__alloc_grow
Function · 0.68
test_reftable_basics__alloc_grow_or_null
Function · 0.68
test_reftable_merged__single_record
Function · 0.68
test_reftable_merged__refs
Function · 0.68
test_reftable_merged__seek_multiple_times
Function · 0.68
test_reftable_merged__seek_multiple_times_no_drain
Function · 0.68
test_reftable_merged__logs
Function · 0.68
test_reftable_table__block_iterator
Function · 0.68