Searched refs:bad_alloc (Results 26 - 50 of 77) sorted by relevance

1234

/haiku/src/bin/package/
H A Dcommand_checksum.cpp57 throw std::bad_alloc();
/haiku/src/add-ons/disk_systems/ntfs/
H A DNTFSAddOn.cpp136 } catch (std::bad_alloc&) {
/haiku/src/add-ons/disk_systems/fat/
H A DFATAddOn.cpp135 } catch (std::bad_alloc&) {
/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp215 } catch (std::bad_alloc&) {
229 } catch (std::bad_alloc&) {
243 } catch (std::bad_alloc&) {
257 } catch (std::bad_alloc&) {
H A DPackageFileHeapWriter.cpp167 throw std::bad_alloc();
231 throw std::bad_alloc();
247 throw std::bad_alloc();
371 throw std::bad_alloc();
631 throw std::bad_alloc();
H A DWriterImplBase.cpp263 throw std::bad_alloc();
328 throw std::bad_alloc();
350 throw std::bad_alloc();
/haiku/src/servers/media/
H A DAppManager.cpp83 } catch (std::bad_alloc& exception) {
H A DBufferManager.cpp96 throw std::bad_alloc();
97 } catch (std::bad_alloc& exception) {
H A DNodeManager.cpp183 } catch (std::bad_alloc& exception) {
483 } catch (std::bad_alloc& exception) {
511 } catch (std::bad_alloc& exception) {
730 } catch (std::bad_alloc& exception) {
778 } catch (std::bad_alloc& exception) {
867 } catch (std::bad_alloc& exception) {
946 } catch (std::bad_alloc& exception) {
1371 } catch (std::bad_alloc& exception) {
/haiku/src/kits/storage/mime/
H A DSupertype.cpp156 } catch (std::bad_alloc&) {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp181 throw std::bad_alloc();
185 throw std::bad_alloc();
/haiku/src/kits/debugger/settings/
H A DTeamSettings.cpp275 throw std::bad_alloc();
285 throw std::bad_alloc();
/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.cpp93 throw std::bad_alloc();
136 } catch (const std::bad_alloc& exception) {
158 } catch (const std::bad_alloc& exception) {
218 } catch (const std::bad_alloc& exception) {
259 } catch (const std::bad_alloc& exception) {
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractWaitObjectsPage.h230 throw std::bad_alloc();
364 throw std::bad_alloc();
531 } catch (std::bad_alloc&) {
/haiku/src/kits/support/
H A DJobQueue.cpp93 } catch (const std::bad_alloc& e) {
/haiku/src/add-ons/disk_systems/btrfs/
H A DBTRFSAddOn.cpp168 } catch (std::bad_alloc&) {
/haiku/src/apps/debuganalyzer/gui/table/
H A DAbstractTable.cpp133 throw std::bad_alloc();
/haiku/src/servers/package/
H A DResultWindow.cpp49 throw std::bad_alloc();
H A DCommitTransactionHandler.cpp164 throw std::bad_alloc();
250 throw std::bad_alloc();
836 throw std::bad_alloc();
901 throw std::bad_alloc();
925 throw std::bad_alloc();
1092 throw std::bad_alloc();
1207 throw std::bad_alloc();
1551 throw std::bad_alloc();
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DMainWindow.cpp180 } catch (std::bad_alloc&) {
/haiku/src/apps/installer/
H A DBlockingQueue.h98 } catch (std::bad_alloc&) {
/haiku/src/build/libbe/storage/
H A DMergedDirectory.cpp168 } catch (std::bad_alloc&) {
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTPartitionHandle.cpp160 } catch (std::bad_alloc&) {
/haiku/src/system/kernel/util/
H A Dkernel_cpp.cpp88 operator new(size_t size) _THROW(std::bad_alloc)
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentLayout.cpp144 catch (std::bad_alloc& ba) {
145 fprintf(stderr, "bad_alloc when invalidating paragraphs\n");
369 catch (std::bad_alloc& ba) {
370 fprintf(stderr, "bad_alloc when inititalizing the text document "

Completed in 204 milliseconds

1234