PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ 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 }