PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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}