PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
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
}
RTreeGeomCache
Definition:
lwgeom_rtree.h:67
postgis
lwgeom_rtree.c
Generated by
1.8.13