PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
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 palloc family.
Definition at line 151 of file rt_context.c.
References rt_context_t::alloc, rt_context_t::dealloc, rt_context_t::err, rt_context_t::info, rt_context_t::realloc, and rt_context_t::warn.
Referenced by _PG_init(), main(), and rt_init_allocators().