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

Function pg_free

src/common/fe_memutils.c:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void
105pg_free(void *ptr)
106{
107 if (ptr != NULL)
108 free(ptr);
109}
110
111/*
112 * Frontend emulation of backend memory management functions. Useful for

Callers 15

simple_oid_list_destroyFunction · 0.85
run_scheduleFunction · 0.85
pfreeFunction · 0.85
get_restricted_tokenFunction · 0.85
calculate_totalsFunction · 0.85
execute_pagemapFunction · 0.85
mainFunction · 0.85
perform_rewindFunction · 0.85
getTimelineHistoryFunction · 0.85
init_libpq_connFunction · 0.85

Calls

no outgoing calls

Tested by 1

run_scheduleFunction · 0.68