PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ mvt_allocator()

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

Definition at line 1131 of file mvt.c.

1132 {
1133  return palloc(size);
1134 }

Referenced by mvt_ctx_deserialize().

Here is the caller graph for this function: