1SPI_PALLOC(3)           PostgreSQL 9.2.24 Documentation          SPI_PALLOC(3)
2
3
4

NAME

6       SPI_palloc - allocate memory in the upper executor context
7

SYNOPSIS

9       void * SPI_palloc(Size size)
10

DESCRIPTION

12       SPI_palloc allocates memory in the upper executor context.
13

ARGUMENTS

15       Size size
16           size in bytes of storage to allocate
17

RETURN VALUE

19       pointer to new storage space of the specified size
20
21
22
23PostgreSQL 9.2.24                 2017-11-06                     SPI_PALLOC(3)
Impressum