PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ rtrealloc()

void * rtrealloc ( void *  mem,
size_t  size 
)

Definition at line 179 of file rt_context.c.

179 {
180 void * result = ctx_t.realloc(mem, size);
181 RASTER_DEBUGF(5, "rtrealloc called: %d@%p", size, result);
182 return result;
183}
#define RASTER_DEBUGF(level, msg,...)
Definition librtcore.h:299
static struct rt_context_t ctx_t
Definition rt_context.c:118
rt_reallocator realloc
Definition rt_context.c:110

References ctx_t, RASTER_DEBUGF, and rt_context_t::realloc.

Referenced by append_stringbuffer(), main(), rt_band_get_nearest_pixel(), rt_band_get_pixel_of_value(), rt_band_get_summary_stats(), rt_band_get_value_count(), rt_raster_add_band(), rt_raster_gdal_drivers(), rt_raster_iterator(), and strsplit().

Here is the caller graph for this function: