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

◆ default_allocator()

static void * default_allocator ( size_t  size)
static

Definition at line 89 of file lwutil.c.

90{
91 void *mem = malloc(size);
92 return mem;
93}
void * malloc(YYSIZE_T)

References malloc().

Here is the call graph for this function: