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

◆ SfRealloc()

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

Definition at line 180 of file dbfopen.c.

181{
182 if (pMem == NULL)
183 return ((void *)malloc(nNewSize));
184 else
185 return ((void *)realloc(pMem, nNewSize));
186}
void * malloc(YYSIZE_T)

References malloc().

Referenced by DBFAddNativeFieldType(), DBFAlterFieldDefn(), and DBFOpenLL().

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