Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp587 bool allocation_failed = false; in TEST() local
591 allocation_failed = true; in TEST()
595 EXPECT_EQ(allocation_failed, true); in TEST()