SPI_palloc (3) Linux Manual Page
SPI_palloc – allocate memory in the upper executor context
Synopsis
void * SPI_palloc(Size size)
Description
SPI_palloc allocates memory in the upper executor context.
Arguments
Size size
- size in bytes of storage to allocate
Return Value
pointer to new storage space of the specified size
