PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ 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: