PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ rt_pg_alloc()

static void* rt_pg_alloc ( size_t  size)
static

Definition at line 166 of file rtpostgis.c.

167 {
168  void * result;
169 
170  POSTGIS_RT_DEBUGF(5, "rt_pgalloc(%ld) called", (long int) size);
171 
172  result = palloc(size);
173 
174  return result;
175 }
#define POSTGIS_RT_DEBUGF(level, msg,...)
Definition: rtpostgis.h:65

References POSTGIS_RT_DEBUGF.

Referenced by _PG_init().

Here is the caller graph for this function: