SPI_pallocSPI_pallocNameSPI_palloc -- allocate memory in the upper executor context Synopsisvoid * 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
|