SPI_palloc

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

copyright  ©  October 12 2008 sean dreilinger url: http://durak.org/sean/pubs/software/postgresql/spi-spi-palloc.html
Feedback Form