PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ CircTreeAllocator()

static GeomCache* CircTreeAllocator ( void  )
static

Definition at line 77 of file geography_measurement_trees.c.

78 {
79  CircTreeGeomCache* cache = palloc(sizeof(CircTreeGeomCache));
80  memset(cache, 0, sizeof(CircTreeGeomCache));
81  return (GeomCache*)cache;
82 }