Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff vmalloc.c @ 55:3bac84e4e56e
Works with correct matrix mult Nov 4 -- switch animators macros, many updates
Changed all queues back to VMSQ variants #defines
correct, protected, work-stealing, with compiler switch in and out
| author | Me |
|---|---|
| date | Thu, 04 Nov 2010 18:13:18 -0700 |
| parents | 42dd44df1bb0 |
| children | 7b799a46cc87 |
line diff
1.1 --- a/vmalloc.c Tue Nov 02 16:43:01 2010 -0700 1.2 +++ b/vmalloc.c Thu Nov 04 18:13:18 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
