Searched refs:bad_alloc (Results 1 - 25 of 77) sorted by relevance

1234

/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp838 catch (std::bad_alloc& ba) {
839 fprintf(stderr, "bad_alloc occurred adding glyph info to a "
898 catch (std::bad_alloc& ba) {
899 fprintf(stderr, "bad_alloc occurred adding line to line infos\n");
H A DTextDocument.cpp298 catch (std::bad_alloc& ba) {
299 fprintf(stderr, "bad_alloc when adding a paragraph to a text "
476 catch (std::bad_alloc& ba) {
477 fprintf(stderr, "bad_alloc when adding a listener to a text "
500 catch (std::bad_alloc& ba) {
501 fprintf(stderr, "bad_alloc when adding an undo listener to a text "
593 catch (std::bad_alloc& ba) {
606 catch (std::bad_alloc& ba) {
621 catch (std::bad_alloc& ba) {
651 catch (std::bad_alloc
[all...]
/haiku/headers/private/kernel/util/
H A Dkernel_cpp.h31 extern void* operator new(size_t size) _THROW(std::bad_alloc); variable
32 extern void* operator new[](size_t size) _THROW(std::bad_alloc); variable
/haiku/src/kits/package/hpkg/
H A DStrings.cpp65 throw std::bad_alloc();
H A DPackageWriterImpl.cpp204 throw std::bad_alloc();
277 throw std::bad_alloc();
285 throw std::bad_alloc();
471 } catch (std::bad_alloc&) {
486 } catch (std::bad_alloc&) {
578 } catch (std::bad_alloc&) {
618 } catch (std::bad_alloc&) {
635 } catch (std::bad_alloc&) {
651 throw std::bad_alloc();
698 throw std::bad_alloc();
[all...]
/haiku/src/servers/package/
H A DFSUtils.h102 // throwing std::bad_alloc()
111 throw std::bad_alloc();
135 throw std::bad_alloc();
141 throw std::bad_alloc();
146 throw std::bad_alloc();
198 // throw std::bad_alloc
H A DPackageFile.cpp94 throw std::bad_alloc();
H A DPackageManager.cpp78 throw std::bad_alloc();
102 throw std::bad_alloc();
115 throw std::bad_alloc();
/haiku/src/kits/media/
H A DPortPool.cpp66 } catch (std::bad_alloc& exception) {
/haiku/src/kits/package/solver/
H A DSolverPackageSpecifierList.cpp98 } catch (std::bad_alloc&) {
155 } catch (std::bad_alloc&) {
/haiku/src/apps/debugger/user_interface/gui/settings/
H A DGuiTeamUiSettings.cpp27 throw std::bad_alloc();
126 throw std::bad_alloc();
/haiku/src/kits/app/
H A DTokenSpace.cpp46 } catch (std::bad_alloc& exception) {
71 } catch (std::bad_alloc& exception) {
/haiku/src/kits/debugger/model/
H A DStackFrameValues.cpp98 throw std::bad_alloc();
104 throw std::bad_alloc();
H A DExpressionValues.cpp106 throw std::bad_alloc();
113 throw std::bad_alloc();
/haiku/headers/private/debugger/types/
H A DValueLocation.h56 throw std::bad_alloc();
68 throw std::bad_alloc();
/haiku/src/kits/shared/
H A DTextTable.cpp160 throw std::bad_alloc();
190 throw std::bad_alloc();
198 throw std::bad_alloc();
203 throw std::bad_alloc();
/haiku/src/apps/debuganalyzer/
H A DDebugAnalyzer.cpp82 } catch (std::bad_alloc&) {
/haiku/src/kits/package/manager/
H A DPackageManager.cpp101 throw std::bad_alloc();
199 throw std::bad_alloc();
258 throw std::bad_alloc();
461 throw std::bad_alloc();
467 throw std::bad_alloc();
481 throw std::bad_alloc();
543 throw std::bad_alloc();
557 throw std::bad_alloc();
647 throw std::bad_alloc();
656 throw std::bad_alloc();
[all...]
/haiku/src/kits/package/
H A DPackageInfoParser.cpp74 } catch (const std::bad_alloc& e) {
99 } catch (const std::bad_alloc& e) {
124 } catch (const std::bad_alloc& e) {
149 } catch (const std::bad_alloc& e) {
780 throw std::bad_alloc();
841 throw std::bad_alloc();
910 throw std::bad_alloc();
951 throw std::bad_alloc();
/haiku/src/apps/debugger/settings/
H A DDebuggerSettingsManager.cpp81 } catch (std::bad_alloc&) {
115 } catch (std::bad_alloc&) {
/haiku/src/bin/pkgman/
H A Dcommand_install.cpp117 throw std::bad_alloc();
H A Dpkgman.cpp93 } catch (std::bad_alloc&) {
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp884 throw std::bad_alloc();
1110 throw std::bad_alloc();
1125 throw std::bad_alloc();
1155 throw std::bad_alloc();
1189 throw std::bad_alloc();
1229 throw std::bad_alloc();
1234 throw std::bad_alloc();
1256 throw std::bad_alloc();
1260 throw std::bad_alloc();
1292 throw std::bad_alloc();
[all...]
/haiku/src/kits/storage/mime/
H A DInstalledTypes.cpp383 } catch (std::bad_alloc&) {
482 } catch (std::bad_alloc&) {
514 } catch (std::bad_alloc&) {
/haiku/src/tests/servers/app/benchmark/
H A DBenchmark.cpp153 } catch (std::bad_alloc) {

Completed in 284 milliseconds

1234