PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ rt_pg_alloc()

static void* rt_pg_alloc ( size_t  size)
static

Definition at line 175 of file rtpostgis.c.

176 {
177  void * result;
178 
179  POSTGIS_RT_DEBUGF(5, "rt_pgalloc(%ld) called", (long int) size);
180 
181  result = palloc(size);
182 
183  return result;
184 }
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition: cu_print.c:267
#define POSTGIS_RT_DEBUGF(level, msg,...)
Definition: rtpostgis.h:69

References POSTGIS_RT_DEBUGF, and result.

Referenced by _PG_init().

Here is the caller graph for this function: