MCPcopy 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
133void
134pfree(void *pointer)
135{
136 pg_free(pointer);
137}
138
139char *
140pstrdup(const char *in)

Callers 15

psprintfFunction · 0.70
pgfnames_cleanupFunction · 0.70
BuildRestoreCommandFunction · 0.70
pclose_checkFunction · 0.70
replaceStringInfoStringFunction · 0.70
pg_get_lineFunction · 0.70
kmgr_unwrap_data_keyFunction · 0.70
deparseConstFunction · 0.50
connect_pg_serverFunction · 0.50
create_cursorFunction · 0.50

Calls 1

pg_freeFunction · 0.85

Tested by 15

measure_chunk_tuple_listFunction · 0.40
server_loopFunction · 0.40
main_serverFunction · 0.40
cleanup_tuple_descFunction · 0.40
cleanup_tuple_slotFunction · 0.40
cleanup_heap_tuple_slotFunction · 0.40
cleanup_estateFunction · 0.40
pg_decode_commit_txnFunction · 0.40
pg_decode_stream_abortFunction · 0.40
pg_decode_stream_commitFunction · 0.40