SPI_repallocNameSPI_repalloc -- Re-allocates memory in upper Executor context SynopsisSPI_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
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. |