PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ rt_pg_alloc()

static void* rt_pg_alloc ( size_t  size)
static

Definition at line 168 of file rtpostgis.c.

169 {
170  void * result;
171 
172  POSTGIS_RT_DEBUGF(5, "rt_pgalloc(%ld) called", (long int) size);
173 
174  result = palloc(size);
175 
176  return result;
177 }
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition: cu_print.c:267
#define POSTGIS_RT_DEBUGF(level, msg,...)
Definition: rtpostgis.h:73

References POSTGIS_RT_DEBUGF, and result.

Referenced by _PG_init().

Here is the caller graph for this function: