![]() |
![]()
| ![]() |
![]()
NAMESPI_palloc - allocate memory in the upper executor context SYNOPSISvoid * SPI_palloc(Size size) DESCRIPTIONSPI_palloc allocates memory in the upper executor context. This function can only be used while connected to SPI. Otherwise, it throws an error. ARGUMENTSSize size size in bytes of storage to allocate
RETURN VALUEpointer to new storage space of the specified size
|