Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
void destroyBitmap(Bitmap& bmp)
96
{
97
delete[] bmp.ptr;
98
}
99
100
void kernel(Bitmap& bmp)
101
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected