MCPcopy Create free account
hub / github.com/OSGeo/gdal / CreateBuffer

Function CreateBuffer

alg/zonal.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220};
221
222template <typename T = GByte> auto CreateBuffer()
223{
224 return std::unique_ptr<T, VSIFreeReleaser>(nullptr);
225}
226
227template <typename T>
228void Realloc(T &buf, size_t size1, size_t size2, bool &success)

Callers 1

ProcessRasterZonesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected