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

◆ SfRealloc()

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

Definition at line 109 of file dbfopen.c.

111{
112 if( pMem == SHPLIB_NULLPTR )
113 return malloc(nNewSize);
114 else
115 return realloc(pMem,nNewSize);
116}
#define SHPLIB_NULLPTR
Definition dbfopen.c:99
void * malloc(YYSIZE_T)

References malloc(), and SHPLIB_NULLPTR.

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

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