PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ rt_init_allocators()

static void rt_init_allocators ( void  )
static

Definition at line 64 of file raster2pgsql.c.

References default_rt_allocator(), default_rt_deallocator(), default_rt_reallocator(), loader_rt_error_handler(), loader_rt_info_handler(), loader_rt_warning_handler(), and rt_set_handlers().

Referenced by main().

64  {
72  );
73 }
static void loader_rt_info_handler(const char *fmt, va_list ap)
Definition: raster2pgsql.c:54
void rt_set_handlers(rt_allocator allocator, rt_reallocator reallocator, rt_deallocator deallocator, rt_message_handler error_handler, rt_message_handler info_handler, rt_message_handler warning_handler)
This function is called when the PostgreSQL backend is taking care of the memory and we want to use p...
Definition: rt_context.c:151
void * default_rt_reallocator(void *mem, size_t size)
Definition: rt_context.c:54
void default_rt_deallocator(void *mem)
Definition: rt_context.c:61
void * default_rt_allocator(size_t size)
The default memory/logging handlers installed by lwgeom_install_default_allocators() ...
Definition: rt_context.c:47
static void loader_rt_error_handler(const char *fmt, va_list ap)
Definition: raster2pgsql.c:34
static void loader_rt_warning_handler(const char *fmt, va_list ap)
Definition: raster2pgsql.c:44
Here is the call graph for this function:
Here is the caller graph for this function: