MCPcopy Create free account
hub / github.com/apache/cloudberry / palloc0

Function palloc0

src/common/fe_memutils.c:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void *
122palloc0(Size size)
123{
124 return pg_malloc_internal(size, MCXT_ALLOC_ZERO);
125}
126
127void *
128palloc_extended(Size size, int flags)

Callers 15

kmgr_unwrap_data_keyFunction · 0.70
read_wrapped_data_keyFunction · 0.70
postgresBeginForeignScanFunction · 0.50
fetch_more_dataFunction · 0.50
create_foreign_modifyFunction · 0.50
init_returning_filterFunction · 0.50
prepare_query_paramsFunction · 0.50

Calls 1

pg_malloc_internalFunction · 0.85

Tested by 15

build_chunk_tuple_slotFunction · 0.40
prepare_tuple_descFunction · 0.40
prepare_tuple_slotFunction · 0.40
init_exec_slicesFunction · 0.40
prepare_estateFunction · 0.40
pg_decode_startupFunction · 0.40
mainFunction · 0.40
plsample_func_handlerFunction · 0.40