PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
void rt_install_default_allocators | ( | void | ) |
Useful in raster core testing and in the (future) loader, when we need to use raster core functions but we don't have PostgreSQL backend behind.
We must take care of memory by ourselves in those situations
Definition at line 135 of file rt_context.c.
References rt_context_t::alloc, rt_context_t::dealloc, default_rt_allocator(), default_rt_deallocator(), default_rt_error_handler(), default_rt_info_handler(), default_rt_reallocator(), default_rt_warning_handler(), rt_context_t::err, rt_context_t::info, rt_context_t::realloc, and rt_context_t::warn.