PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ default_rt_reallocator()

void* default_rt_reallocator ( void *  mem,
size_t  size 
)

Definition at line 54 of file rt_context.c.

55 {
56  void *ret = realloc(mem, size);
57  return ret;
58 }

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

Here is the caller graph for this function: