PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ mvt_allocator()

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

Definition at line 1132 of file mvt.c.

1133 {
1134  return palloc(size);
1135 }

Referenced by mvt_ctx_deserialize().

Here is the caller graph for this function: