Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
void
105
pg_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_destroy
Function · 0.85
simple_string_list_destroy
Function · 0.85
run_schedule
Function · 0.85
pfree
Function · 0.85
get_restricted_token
Function · 0.85
calculate_totals
Function · 0.85
execute_pagemap
Function · 0.85
main
Function · 0.85
perform_rewind
Function · 0.85
getTimelineHistory
Function · 0.85
findCommonAncestorTimeline
Function · 0.85
init_libpq_conn
Function · 0.85
Calls
no outgoing calls
Tested by
1
run_schedule
Function · 0.68