Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
changeset 256:2bcf37fd50c6 Common_Ancestor
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
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Mon, 10 Sep 2012 01:26:51 -0700 |
| parents | 2341dd049035 |
| children | f5b110414453 3740ac9cffee |
| files | Services_Offered_by_VMS/Memory_Handling/vmalloc.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/Services_Offered_by_VMS/Memory_Handling/vmalloc.c Mon Sep 10 01:11:54 2012 -0700 1.2 +++ b/Services_Offered_by_VMS/Memory_Handling/vmalloc.c Mon Sep 10 01:26:51 2012 -0700 1.3 @@ -293,7 +293,7 @@ 1.4 1.5 //skip over the prolog by adding its size to the pointer return 1.6 1.7 - #ifdef SERVICE__TURN_ON_VALGRIND 1.8 + #ifdef SERVICE__TURN_ON_VALGRIND 1.9 VALGRIND_MAKE_MEM_UNDEFINED(foundChunk + 1,sizeRequested); 1.10 #endif 1.11
