PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ rt_pg_free()

static void rt_pg_free ( void *  ptr)
static

Definition at line 203 of file rtpostgis.c.

204 {
205  POSTGIS_RT_DEBUG(5, "rt_pfree called");
206  pfree(ptr);
207 }
#define POSTGIS_RT_DEBUG(level, msg)
Definition: rtpostgis.h:65

References POSTGIS_RT_DEBUG.

Referenced by _PG_init().

Here is the caller graph for this function: