PostgreSQL Manual
This manual is provided as a courtesy. It is not an official source. Please check postgresql.org for updated information.
void * SPI_palloc(Size size)
SPI_palloc allocates memory in the upper executor context.
SPI_palloc
size in bytes of storage to allocate
pointer to new storage space of the specified size