PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ rt_init_allocators()

static void rt_init_allocators ( void  )
static

Definition at line 67 of file raster2pgsql.c.

67  {
75  );
76 }
void * default_rt_allocator(size_t size)
The default memory/logging handlers installed by lwgeom_install_default_allocators()
Definition: rt_context.c:47
void default_rt_deallocator(void *mem)
Definition: rt_context.c:61
void * default_rt_reallocator(void *mem, size_t size)
Definition: rt_context.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
static void loader_rt_error_handler(const char *fmt, va_list ap)
Definition: raster2pgsql.c:37
static void loader_rt_info_handler(const char *fmt, va_list ap)
Definition: raster2pgsql.c:57
static void loader_rt_warning_handler(const char *fmt, va_list ap)
Definition: raster2pgsql.c:47

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().

Here is the call graph for this function: