| SPI_repalloc NameSPI_repalloc -- Re-allocates memory in upper Executor contextSynopsisSPI_repalloc(pointer, size) Inputsvoid * pointerPointer to existing storageSize sizeOctet size of storage to allocate
Outputsvoid *New storage space of specified size with contents copied from existing area
DescriptionSPI_repalloc 
   re-allocates memory in upper Executor context.UsageThis function is no longer different from plain repalloc.
It's kept just for backward compatibility of existing code. |