Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ pfree
Function
pfree
src/common/fe_memutils.c:133–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void
134
pfree(void *pointer)
135
{
136
pg_free(pointer);
137
}
138
139
char *
140
pstrdup(const char *in)
Callers
15
psprintf
Function · 0.70
pgfnames_cleanup
Function · 0.70
BuildRestoreCommand
Function · 0.70
pclose_check
Function · 0.70
replaceStringInfoString
Function · 0.70
pg_get_line
Function · 0.70
kmgr_unwrap_data_key
Function · 0.70
kmgr_run_cluster_key_command
Function · 0.70
deparseConst
Function · 0.50
connect_pg_server
Function · 0.50
postgresExecForeignTruncate
Function · 0.50
create_cursor
Function · 0.50
Calls
1
pg_free
Function · 0.85
Tested by
15
measure_chunk_tuple_list
Function · 0.40
server_loop
Function · 0.40
main_server
Function · 0.40
get_tuple_slot_from_chunk_list_serialized_tuple
Function · 0.40
cleanup_tuple_desc
Function · 0.40
cleanup_tuple_slot
Function · 0.40
cleanup_heap_tuple_slot
Function · 0.40
cleanup_estate
Function · 0.40
cleanup_chunk_list_raw_data
Function · 0.40
pg_decode_commit_txn
Function · 0.40
pg_decode_stream_abort
Function · 0.40
pg_decode_stream_commit
Function · 0.40