Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
void *
59
pg_malloc_extended(size_t size, int flags)
60
{
61
return pg_malloc_internal(size, flags);
62
}
63
64
void *
65
pg_realloc(void *ptr, size_t size)
Callers
3
pg_log_generic_v
Function · 0.85
do_lo_import
Function · 0.85
GetPrivilegesToDelete
Function · 0.85
Calls
1
pg_malloc_internal
Function · 0.85
Tested by
no test coverage detected