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

◆ RTreeAllocator()

static GeomCache * RTreeAllocator ( void  )
static

Definition at line 416 of file lwgeom_rtree.c.

417{
418 RTreeGeomCache* cache = palloc(sizeof(RTreeGeomCache));
419 memset(cache, 0, sizeof(RTreeGeomCache));
420 return (GeomCache*)cache;
421}