PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
rt_pg_alloc()
static void* rt_pg_alloc
(
size_t
size
)
static
Definition at line
166
of file
rtpostgis.c
.
References
POSTGIS_RT_DEBUGF
.
Referenced by
_PG_init()
.
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
}
POSTGIS_RT_DEBUGF
#define POSTGIS_RT_DEBUGF(level, msg,...)
Definition:
rtpostgis.h:65
Here is the caller graph for this function:
raster
rt_pg
rtpostgis.c
Generated by
1.8.13