Welcome to mirror list, hosted at ThFree Co, Russian Federation.

valgrind.supp « test - github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1fed18bea3c36c6fd4df63069ae0352f03bfdf5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	Suppress wcslen valgrind report 1
	Memcheck:Cond
	fun:__wcslen_sse2
}

{
    Suppress wcslen valgrind report 2
    Memcheck:Addr8
    fun:__wcslen_sse2
}

{
    Suppress wcslen valgrind report 3
    Memcheck:Value8
    fun:__wcslen_sse2
}