PostGIS
3.0.6dev-r@@SVN_REVISION@@
◆
mvt_allocator()
static void* mvt_allocator
(
__attribute__
((__unused__)) void *
data
,
size_t
size
)
static
Definition at line
1378
of file
mvt.c
.
1379
{
1380
return
palloc(size);
1381
}
Referenced by
mvt_ctx_deserialize()
.
Here is the caller graph for this function:
postgis
mvt.c
Generated by
1.9.1