PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
default_allocator()
static void * default_allocator
(
size_t
size
)
static
Definition at line
89
of file
lwutil.c
.
References
malloc()
.
90
{
91
void
*mem =
malloc
(size);
92
return
mem;
93
}
malloc
void * malloc(YYSIZE_T)
Here is the call graph for this function:
liblwgeom
lwutil.c
Generated by
1.8.13