Nombre
SPI_repalloc -- Re-allocates memory in upper Executor context
Synopsis
SPI_repalloc(pointer, size)  | 
Inputs
- void * pointer
 Pointer to existing storage
- Size size
 Octet size of storage to allocate
Outputs
- void *
 New storage space of specified size with contents copied from existing area
Description
SPI_repalloc 
   re-allocates memory in upper Executor context. See section on memory management.