PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ CircTreeAllocator()

static GeomCache* CircTreeAllocator ( void  )
static

Definition at line 82 of file geography_measurement_trees.c.

83 {
84  CircTreeGeomCache* cache = palloc(sizeof(CircTreeGeomCache));
85  memset(cache, 0, sizeof(CircTreeGeomCache));
86  return (GeomCache*)cache;
87 }