Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff vmalloc.c @ 58:26d53313a8f2
Merge Between VCilk and SSR versions of VMS -- both up to date now
has macros for switching VPs
correct gated work-stealing
all queues are VMS queues
| author | Me |
|---|---|
| date | Thu, 04 Nov 2010 18:32:28 -0700 |
| parents | 42dd44df1bb0 |
| children | 7b799a46cc87 |
line diff
1.1 --- a/vmalloc.c Thu Nov 04 18:27:27 2010 -0700 1.2 +++ b/vmalloc.c Thu Nov 04 18:32:28 2010 -0700 1.3 @@ -67,7 +67,7 @@ 1.4 } 1.5 1.6 if( foundElem == NULL ) 1.7 - { PRINT_ERROR("\nmalloc failed\n") 1.8 + { ERROR("\nmalloc failed\n") 1.9 return NULL; //indicates malloc failed 1.10 } 1.11 //Using a kludge to identify the element that is the top chunk in the
