PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ default_rt_allocator()

void* default_rt_allocator ( size_t  size)

The default memory/logging handlers installed by lwgeom_install_default_allocators()

Definition at line 47 of file rt_context.c.

48 {
49  void *mem = malloc(size);
50  return mem;
51 }
void * malloc(YYSIZE_T)

References malloc().

Referenced by main(), rt_init_allocators(), and rt_install_default_allocators().

Here is the call graph for this function:
Here is the caller graph for this function: