MAN page from OpenSuSE 13.X dba-postgres-xl-920-9.2-4.1.x86_64.rpm
SPI_REPALLOC
Section: Postgres-XL 9.2 Documentation (3)
Updated: 2014-04-30
Index NAME
SPI_repalloc - reallocate memory in the upper executor context
SYNOPSIS
void * SPI_repalloc(void * pointer, Size size)
DESCRIPTION
SPI_repallocchanges the size of a memory segment previously allocated usingSPI_palloc.
This function is no longer different from plainrepalloc. It's kept just for backward compatibility of existing code.
ARGUMENTS
void * pointer
- pointer to existing storage to change
Size size
- size in bytes of storage to allocate
RETURN VALUE
pointer to new storage space of specified size with the contents copied from the existing area
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- ARGUMENTS
- RETURN VALUE
This document was created byman2html,using the manual pages.