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

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