PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ rtrealloc()

void* rtrealloc ( void *  mem,
size_t  size 
)

Definition at line 199 of file rt_context.c.

199  {
200  void * result = ctx_t.realloc(mem, size);
201  RASTER_DEBUGF(5, "rtrealloc called: %d@%p", size, result);
202  return result;
203 }
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition: cu_print.c:262
#define RASTER_DEBUGF(level, msg,...)
Definition: librtcore.h:306
static struct rt_context_t ctx_t
Definition: rt_context.c:124
rt_reallocator realloc
Definition: rt_context.c:115

References ctx_t, RASTER_DEBUGF, rt_context_t::realloc, and result.

Referenced by 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: