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

◆ rtrealloc()

void * rtrealloc ( void *  mem,
size_t  size 
)
extern

Definition at line 199 of file rt_context.c.

199 {
200 void * result = ctx_t.realloc(mem, size);
201 RASTER_DEBUGF(5, "rtrealloc called: %zu@%p", size, result);
202 return result;
203}
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition cu_print.c:267
#define RASTER_DEBUGF(level, msg,...)
Definition librtcore.h:308
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 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: