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 ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
