PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ SfRealloc()

static void * SfRealloc ( void *  pMem,
int  nNewSize 
)
static

Definition at line 323 of file shpopen.c.

325{
326 if( pMem == NULL )
327 return( (void *) malloc(nNewSize) );
328 else
329 return( (void *) realloc(pMem,nNewSize) );
330}
void * malloc(YYSIZE_T)

References malloc().

Referenced by if(), and SHPWriteObject().

Here is the call graph for this function:
Here is the caller graph for this function: