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

Function pg_malloc_extended

src/common/fe_memutils.c:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void *
59pg_malloc_extended(size_t size, int flags)
60{
61 return pg_malloc_internal(size, flags);
62}
63
64void *
65pg_realloc(void *ptr, size_t size)

Callers 3

pg_log_generic_vFunction · 0.85
do_lo_importFunction · 0.85
GetPrivilegesToDeleteFunction · 0.85

Calls 1

pg_malloc_internalFunction · 0.85

Tested by

no test coverage detected