Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ repalloc
Function
repalloc
src/common/fe_memutils.c:172–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
void *
173
repalloc(void *pointer, Size size)
174
{
175
return pg_realloc(pointer, size);
176
}
Callers
15
pgfnames
Function · 0.70
enlargeStringInfo
Function · 0.70
record_corrupt_item
Function · 0.50
read_dictionary
Function · 0.50
dxsyn_lexize
Function · 0.50
cube_inter
Function · 0.50
find_plan
Function · 0.50
resize_intArrayType
Function · 0.50
private_realloc
Function · 0.50
RePalloc
Function · 0.50
createChunkTransportState
Function · 0.50
parse_hstore
Function · 0.50
Calls
1
pg_realloc
Function · 0.85
Tested by
1
setup_test_matches
Function · 0.40