1SPI_PALLOC(3) PostgreSQL 9.2.24 Documentation SPI_PALLOC(3)
23
4
NAME
6SPI_palloc - allocate memory in the upper executor context
7
SYNOPSIS
9void * SPI_palloc(Size size)
10
DESCRIPTION
12SPI_palloc allocates memory in the upper executor context.
13
ARGUMENTS
15Size size
16size in bytes of storage to allocate
17
RETURN VALUE
19pointer to new storage space of the specified size
2021
22
23
PostgreSQL 9.2.24 2017-11-06 SPI_PALLOC(3)