4 SPI_repalloc — reallocate memory in the upper executor context
8 void * SPI_repalloc(void * pointer, Size size)
12 SPI_repalloc changes the size of a memory segment previously allocated
15 This function is no longer different from plain repalloc. It's kept
16 just for backward compatibility of existing code.
21 pointer to existing storage to change
24 size in bytes of storage to allocate
28 pointer to new storage space of specified size with the contents copied
29 from the existing area