Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ palloc_extended
Function
palloc_extended
src/common/fe_memutils.c:127–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void *
128
palloc_extended(Size size, int flags)
129
{
130
return pg_malloc_internal(size, flags);
131
}
132
133
void
134
pfree(void *pointer)
Callers
1
private_malloc
Function · 0.50
Calls
1
pg_malloc_internal
Function · 0.85
Tested by
no test coverage detected