PostGIS
2.1.10dev-r@@SVN_REVISION@@
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
static void * default_allocator
(
size_t
size
)
static
Definition at line
88
of file
lwutil.c
.
89
{
90
void
*mem = malloc(size);
91
return
mem;
92
}
liblwgeom
lwutil.c
Generated by
1.8.9.1