Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/test/
Dmalloc.cc52 static bool failure_enabled = false, break_on_fail = false, in_call = false; variable
93 break_on_fail = (NULL != getenv("MALLOC_BREAK_ON_FAIL")); in should_fail_allocation()
106 if (should_fail && break_on_fail) { in should_fail_allocation()