1
1
openmpi/opal/mca/memchecker/valgrind
Jeff Squyres a422d893b8 memchecker: per RFC, use calloc for OBJ_NEW
With --enable-memchecker builds, use calloc(3) for OBJ_NEW instead of
malloc(3).  This cuts down on a lot of valgrind/memory checker false
positive output.

Also make a minor change in the valgrind configure.m4; have it assign
0xf to a char.  The prior assignment (of 0xff) was warning about an
overflow.  This didn't really matter, but we might as well make the
test not have a gratuitious warning in it.
2014-10-07 09:55:54 -07:00
..
configure.m4 memchecker: per RFC, use calloc for OBJ_NEW 2014-10-07 09:55:54 -07:00
Makefile.am The bulk of the remaining renaming changes, in one final glorious "blob". Thanks to Jeff for some help chasing down a few spots. Per chat with Jeff, we decided to cleanup a few things that were historical in nature: 2014-05-07 21:48:53 +00:00
memchecker_valgrind_component.c Fix bug introduced by r28236: make declaration and instantiation agree 2013-04-10 14:10:47 +00:00
memchecker_valgrind_module.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
memchecker_valgrind.h - Replace combinations of 2009-08-20 11:42:18 +00:00