PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ default_rt_reallocator()

void* default_rt_reallocator ( void *  mem,
size_t  size 
)

Definition at line 54 of file rt_context.c.

Referenced by main(), rt_init_allocators(), and rt_install_default_allocators().

55 {
56  void *ret = realloc(mem, size);
57  return ret;
58 }
Here is the caller graph for this function: