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

◆ default_reallocator()

static void * default_reallocator ( void *  mem,
size_t  size 
)
static

Definition at line 102 of file lwutil.c.

103{
104 void *ret = realloc(mem, size);
105 return ret;
106}