Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CRVI/OpenCLIPP
/ Free
Method
Free
Bench/src/CImage.cpp:124–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
void CSimpleImage::Free()
125
{
126
delete [] (m_Data - m_Offset);
127
m_Data = nullptr;
128
m_Offset = 0;
129
}
130
131
const SImage& CSimpleImage::ToSImage() const
132
{
Callers
2
benchFFT.hpp
File · 0.45
runbench
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected