PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ mvt_allocator()

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

Definition at line 1130 of file mvt.c.

1131 {
1132  return palloc(size);
1133 }

Referenced by mvt_ctx_deserialize().

Here is the caller graph for this function: