Home
last modified time | relevance | path

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

/external/boringssl/src/util/
Dall_tests.go48mallocTest = flag.Int64("malloc-test", -1, "If non-negative, run each test with each malloc i… var
219 if *mallocTest < 0 {
223 for mallocNumToFail := int64(*mallocTest); ; mallocNumToFail++ {
/external/boringssl/src/ssl/test/runner/
Drunner.go57mallocTest = flag.Int64("malloc-test", -1, "If non-negative, run each test with each mallo… var
15022 if *mallocTest >= 0 {
15023 for mallocNumToFail := int64(*mallocTest); ; mallocNumToFail++ {