Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DGuardData.cpp67 if (g_debug->config().options() & ABORT_ON_ERROR) { in LogFailure()
DConfig.h47 constexpr uint64_t ABORT_ON_ERROR = 0x800; variable
DPointerData.cpp291 if (g_debug->config().options() & ABORT_ON_ERROR) { in LogFreeError()
306 if (g_debug->config().options() & ABORT_ON_ERROR) { in VerifyFreedPointer()
DConfig.cpp136 "abort_on_error", {ABORT_ON_ERROR, &Config::VerifyValueEmpty},
Dmalloc_debug.cpp226 if (g_debug->config().options() & ABORT_ON_ERROR) { in LogError()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp731 ASSERT_EQ(ABORT_ON_ERROR, config->options()); in TEST_F()