# HG changeset patch # User Sean Halle # Date 1347265611 25200 # Node ID 2bcf37fd50c6fb02d45a55ce4cf3efb2c0de86c9 # Parent 2341dd0490359a567c9d1f1967e844c9c1d2b462 Prev msg should have been: isolated valgrind with a new compiler switch use SERVICES__TURN_ON_VALGRIND in order to compile valgrind support into vmalloc diff -r 2341dd049035 -r 2bcf37fd50c6 Services_Offered_by_VMS/Memory_Handling/vmalloc.c --- a/Services_Offered_by_VMS/Memory_Handling/vmalloc.c Mon Sep 10 01:11:54 2012 -0700 +++ b/Services_Offered_by_VMS/Memory_Handling/vmalloc.c Mon Sep 10 01:26:51 2012 -0700 @@ -293,7 +293,7 @@ //skip over the prolog by adding its size to the pointer return - #ifdef SERVICE__TURN_ON_VALGRIND + #ifdef SERVICE__TURN_ON_VALGRIND VALGRIND_MAKE_MEM_UNDEFINED(foundChunk + 1,sizeRequested); #endif