Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ destroyBitmap
Function
destroyBitmap
examples/cpu/histogram.cpp:203–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
void destroyBitmap(Bitmap& bmp)
204
{
205
delete[] bmp.ptr;
206
}
207
208
void kernel(Bitmap& bmp)
209
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected