Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
void *
122
palloc0(Size size)
123
{
124
return pg_malloc_internal(size, MCXT_ALLOC_ZERO);
125
}
126
127
void *
128
palloc_extended(Size size, int flags)
Callers
15
makeJsonLexContextCstringLen
Function · 0.70
kmgr_unwrap_data_key
Function · 0.70
read_wrapped_data_key
Function · 0.70
postgresGetForeignRelSize
Function · 0.50
postgresBeginForeignScan
Function · 0.50
postgresBeginDirectModify
Function · 0.50
fetch_more_data
Function · 0.50
create_foreign_modify
Function · 0.50
init_returning_filter
Function · 0.50
prepare_query_params
Function · 0.50
postgresGetForeignJoinPaths
Function · 0.50
postgresGetForeignUpperPaths
Function · 0.50
Calls
1
pg_malloc_internal
Function · 0.85
Tested by
15
build_chunk_tuple_slot
Function · 0.40
prepare_tuple_desc
Function · 0.40
prepare_tuple_slot
Function · 0.40
get_tuple_slot_from_chunk_list_serialized_tuple
Function · 0.40
init_exec_slices
Function · 0.40
prepare_estate
Function · 0.40
prepare_chunk_list_raw_data
Function · 0.40
pg_decode_startup
Function · 0.40
main
Function · 0.40
plsample_func_handler
Function · 0.40
test_rls_hooks_permissive
Function · 0.40
test_rls_hooks_restrictive
Function · 0.40