Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff vmalloc.c @ 137:99343ffe1918
The shutdown now uses inter master requests
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 19 Sep 2011 14:15:37 +0200 |
| parents | 0b49fd35afc1 |
| children | 99798e4438a6 |
line diff
1.1 --- a/vmalloc.c Fri Sep 16 20:13:33 2011 +0200 1.2 +++ b/vmalloc.c Mon Sep 19 14:15:37 2011 +0200 1.3 @@ -103,7 +103,7 @@ 1.4 } 1.5 1.6 if( foundElem == NULL ) 1.7 - { ERROR("\nmalloc failed\n") 1.8 + { ERROR1("\nMalloc failed, requested size: %d\n", sizeRequested); 1.9 return (void *)NULL; //indicates malloc failed 1.10 } 1.11 //Using a kludge to identify the element that is the top chunk in the
