manpagez: man pages & more
man SPI_palloc(3)
Home | html | info | man
SPI_palloc(3)           PostgreSQL 9.4.15 Documentation          SPI_palloc(3)




NAME

       SPI_palloc - allocate memory in the upper executor context


SYNOPSIS

       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



PostgreSQL 9.4.15                    2017                        SPI_palloc(3)

PostgreSQL 9.4.15 - Generated Wed Nov 29 14:49:31 CST 2017
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.