PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ rt_pg_free()

static void rt_pg_free ( void *  ptr)
static

Definition at line 204 of file rtpostgis.c.

205 {
206  POSTGIS_RT_DEBUG(5, "rt_pfree called");
207  pfree(ptr);
208 }
#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: