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

◆ PrepGeomCacheAllocator()

static GeomCache * PrepGeomCacheAllocator ( )
static

Definition at line 339 of file lwgeom_geos_prepared.c.

340{
341 PrepGeomCache* prepcache = palloc(sizeof(PrepGeomCache));
342 memset(prepcache, 0, sizeof(PrepGeomCache));
343 prepcache->context_statement = CurrentMemoryContext;
344 prepcache->gcache.type = PREP_CACHE_ENTRY;
345 return (GeomCache*)prepcache;
346}
MemoryContext context_statement

References PrepGeomCache::context_statement, and PrepGeomCache::gcache.