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