PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ rt_pg_alloc()

static void* rt_pg_alloc ( size_t  size)
static

Definition at line 176 of file rtpostgis.c.

177 {
178  void * result;
179 
180  POSTGIS_RT_DEBUGF(5, "rt_pgalloc(%ld) called", (long int) size);
181 
182  result = palloc(size);
183 
184  return result;
185 }
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition: cu_print.c:262
#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: