MCPcopy 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
127void *
128palloc_extended(Size size, int flags)
129{
130 return pg_malloc_internal(size, flags);
131}
132
133void
134pfree(void *pointer)

Callers 1

private_mallocFunction · 0.50

Calls 1

pg_malloc_internalFunction · 0.85

Tested by

no test coverage detected