MCPcopy 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
172void *
173repalloc(void *pointer, Size size)
174{
175 return pg_realloc(pointer, size);
176}

Callers 15

pgfnamesFunction · 0.70
enlargeStringInfoFunction · 0.70
record_corrupt_itemFunction · 0.50
read_dictionaryFunction · 0.50
dxsyn_lexizeFunction · 0.50
cube_interFunction · 0.50
find_planFunction · 0.50
resize_intArrayTypeFunction · 0.50
private_reallocFunction · 0.50
RePallocFunction · 0.50
parse_hstoreFunction · 0.50

Calls 1

pg_reallocFunction · 0.85

Tested by 1

setup_test_matchesFunction · 0.40