SPI_palloc (3)
Leading comments
Title: SPI_palloc Author: The PostgreSQL Global Development Group Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> Date: 2017 Manual: PostgreSQL 9.6.5 Documentation Source: PostgreSQL 9.6.5 Language: English
NAME
SPI_palloc - allocate memory in the upper executor contextSYNOPSIS
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