PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ mvt_allocator()

static void* mvt_allocator ( __attribute__((__unused__)) void *  data,
size_t  size 
)
static

Definition at line 1340 of file mvt.c.

1341 {
1342  return palloc(size);
1343 }

Referenced by mvt_ctx_deserialize().

Here is the caller graph for this function: