PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

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