Text Size: Normal / Large
This page in other versions: 9.2 / 9.1 / 9.0 / 8.4  |  Unsupported versions: 8.3 / 8.2 / 8.1 / 8.0 / 7.4 / devel

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

Privacy Policy | About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group