PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ default_rt_deallocator()

void default_rt_deallocator ( void *  mem)

Definition at line 61 of file rt_context.c.

62 {
63  free(mem);
64 }
void free(void *)

References free().

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

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