Home
last modified time | relevance | path

Searched hist:"78 bfaa98e14d02fffe60aa9ac1d6c4943c8d09af" (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/translators/gif/
H A DGIFSave.h78bfaa98e14d02fffe60aa9ac1d6c4943c8d09af 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 DGIFSave.cpp78bfaa98e14d02fffe60aa9ac1d6c4943c8d09af 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 DGIFLoad.cpp78bfaa98e14d02fffe60aa9ac1d6c4943c8d09af 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 DGIFTranslator.cpp78bfaa98e14d02fffe60aa9ac1d6c4943c8d09af 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