Searched refs:mallocTest (Results 1 – 2 of 2) sorted by relevance
48 …mallocTest = flag.Int64("malloc-test", -1, "If non-negative, run each test with each malloc i… var219 if *mallocTest < 0 {223 for mallocNumToFail := int64(*mallocTest); ; mallocNumToFail++ {
57 …mallocTest = flag.Int64("malloc-test", -1, "If non-negative, run each test with each mallo… var15022 if *mallocTest >= 0 {15023 for mallocNumToFail := int64(*mallocTest); ; mallocNumToFail++ {