MCPcopy 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
52void *
53pg_malloc0(size_t size)
54{
55 return pg_malloc_internal(size, MCXT_ALLOC_ZERO);
56}
57
58void *
59pg_malloc_extended(size_t size, int flags)

Callers 15

print_aligned_textFunction · 0.85
printTableInitFunction · 0.85
printTableAddCellFunction · 0.85
printTableAddFooterFunction · 0.85
mainFunction · 0.85
run_all_permutationsFunction · 0.85
mainFunction · 0.85
init_libpq_sourceFunction · 0.85
init_local_sourceFunction · 0.85
avlInitFunction · 0.85
describeRolesFunction · 0.85
parse_slash_copyFunction · 0.85

Calls 1

pg_malloc_internalFunction · 0.85

Tested by 3

mainFunction · 0.68
run_all_permutationsFunction · 0.68
mainFunction · 0.68