|
NAMESPI_palloc - allocate memory in the upper executor contextSYNOPSISvoid * 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 sizesize in bytes of storage to allocate
RETURN VALUEpointer to new storage space of the specified size
Visit the GSP FreeBSD Man Page Interface. |