MCPcopy 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
124void CSimpleImage::Free()
125{
126 delete [] (m_Data - m_Offset);
127 m_Data = nullptr;
128 m_Offset = 0;
129}
130
131const SImage& CSimpleImage::ToSImage() const
132{

Callers 2

benchFFT.hppFile · 0.45
runbenchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected