MCPcopy Create free account
hub / github.com/arrayfire/forge / destroyBitmap

Function destroyBitmap

examples/cpu/fractal.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void destroyBitmap(Bitmap& bmp)
96{
97 delete[] bmp.ptr;
98}
99
100void kernel(Bitmap& bmp)
101{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected