PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ RectTreeAllocator()

static GeomCache* RectTreeAllocator ( void  )
static

Definition at line 93 of file lwgeom_rectree.c.

94 {
95  RectTreeGeomCache *cache = palloc(sizeof(RectTreeGeomCache));
96  memset(cache, 0, sizeof(RectTreeGeomCache));
97  return (GeomCache*)cache;
98 }