Searched hist:"78 bfaa98e14d02fffe60aa9ac1d6c4943c8d09af" (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/translators/gif/ |
H A D | GIFSave.h | 78bfaa98e14d02fffe60aa9ac1d6c4943c8d09af Thu Mar 06 01:29:33 UTC 2014 John Scipione <jscipione@gmail.com> GIFTranslator: try hard to not throw an exception
... by calling new(std::nothrow)
Also try really hard not to leak any memory in the process.
Lots of error checking added to check if reads and writes fail returning B_IO_ERROR and if initialization fails returning B_NO_MEMORY
|
H A D | GIFSave.cpp | 78bfaa98e14d02fffe60aa9ac1d6c4943c8d09af Thu Mar 06 01:29:33 UTC 2014 John Scipione <jscipione@gmail.com> GIFTranslator: try hard to not throw an exception
... by calling new(std::nothrow)
Also try really hard not to leak any memory in the process.
Lots of error checking added to check if reads and writes fail returning B_IO_ERROR and if initialization fails returning B_NO_MEMORY
|
H A D | GIFLoad.cpp | 78bfaa98e14d02fffe60aa9ac1d6c4943c8d09af Thu Mar 06 01:29:33 UTC 2014 John Scipione <jscipione@gmail.com> GIFTranslator: try hard to not throw an exception
... by calling new(std::nothrow)
Also try really hard not to leak any memory in the process.
Lots of error checking added to check if reads and writes fail returning B_IO_ERROR and if initialization fails returning B_NO_MEMORY
|
H A D | GIFTranslator.cpp | 78bfaa98e14d02fffe60aa9ac1d6c4943c8d09af Thu Mar 06 01:29:33 UTC 2014 John Scipione <jscipione@gmail.com> GIFTranslator: try hard to not throw an exception
... by calling new(std::nothrow)
Also try really hard not to leak any memory in the process.
Lots of error checking added to check if reads and writes fail returning B_IO_ERROR and if initialization fails returning B_NO_MEMORY
|