|
From: Eugen S. <eug...@gm...> - 2011-10-20 18:21:59
|
Hello, The application I'm working on creates a sort of virtual file system which allocates empty pages of a large fixed size. The most common message i see in valgrind is something like Syscall param pwrite64(buf) points to uninitialised byte(s) Address 0x10df1381 is 406,337 bytes inside a block of size 134,479,872 alloc'd Is there a way to disable this check? My main issue with this is that this is not an error and just doubling the default page size made a complete valgrind run go from 3 hours to 5 days rendering it useless. Thank you, Eugen Stoianovici |