PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ rtrealloc()

void * rtrealloc ( void *  mem,
size_t  size 
)

Definition at line 179 of file rt_context.c.

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

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