Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ pg_malloc0
Function
pg_malloc0
src/common/fe_memutils.c:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void *
53
pg_malloc0(size_t size)
54
{
55
return pg_malloc_internal(size, MCXT_ALLOC_ZERO);
56
}
57
58
void *
59
pg_malloc_extended(size_t size, int flags)
Callers
15
print_aligned_text
Function · 0.85
printTableInit
Function · 0.85
printTableAddCell
Function · 0.85
printTableAddFooter
Function · 0.85
main
Function · 0.85
run_all_permutations
Function · 0.85
main
Function · 0.85
init_libpq_source
Function · 0.85
init_local_source
Function · 0.85
avlInit
Function · 0.85
describeRoles
Function · 0.85
parse_slash_copy
Function · 0.85
Calls
1
pg_malloc_internal
Function · 0.85
Tested by
3
main
Function · 0.68
run_all_permutations
Function · 0.68
main
Function · 0.68