Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/
H A Dsizes.cpp39 bool test_size_max = argc == 3 && !strcmp(argv[2], "max"); in main() local
44 size_t MallocSize = test_size_max ? std::numeric_limits<size_t>::max() in main()