Home
last modified time | relevance | path

Searched refs:OutOfMemory (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dcommon.cpp24 void NORETURN dieOnMapUnmapError(bool OutOfMemory) { in dieOnMapUnmapError() argument
26 if (OutOfMemory) in dieOnMapUnmapError()
Dcommon.h172 void NORETURN dieOnMapUnmapError(bool OutOfMemory = false);
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_root_base.cc16 NOINLINE void PartitionRootBase::OutOfMemory() { in OutOfMemory() function in pdfium::base::internal::PartitionRootBase
Dpartition_bucket.h85 static void OutOfMemory(const PartitionRootBase* root);
Dpartition_root_base.h78 NOINLINE void OutOfMemory();
Dpartition_bucket.cc541 root->OutOfMemory(); in SlowPathAlloc()
/external/rust/crates/libsqlite3-sys/src/
Derror.rs20 OutOfMemory, enumerator
73 super::SQLITE_NOMEM => ErrorCode::OutOfMemory, in new()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dvirtual_cluster_test.cc106 TEST_F(VirtualClusterTest, OutOfMemory) { in TEST_F() argument
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator_test.cc142 TEST(TrackingAllocatorTest, OutOfMemory) { in TEST() argument
/external/llvm-project/compiler-rt/lib/asan/
Dasan_errors.h397 macro(OutOfMemory) \
/external/crosvm/devices/src/virtio/
Dwl.rs528 OutOfMemory, enumerator
551 WlResp::OutOfMemory => VIRTIO_WL_RESP_OUT_OF_MEMORY, in get_code()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc90 OSTREAM_ROCM_ERROR(OutOfMemory) in ToString()
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp1384 TEST_F(SwiftShaderTest, OutOfMemory) in TEST_F() argument
/external/exoplayer/tree/
DRELEASENOTES.md1903 * Fix potential OutOfMemory errors.