Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.c @ 140:2c8f3cf6c058
Free memory calculation
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 19 Sep 2011 18:43:08 +0200 |
| parents | 99798e4438a6 |
| children | 79bb48d7d93b |
line diff
1.1 --- a/VMS.c Mon Sep 19 16:12:01 2011 +0200 1.2 +++ b/VMS.c Mon Sep 19 18:43:08 2011 +0200 1.3 @@ -114,6 +114,7 @@ 1.4 _VMSMasterEnv->interMasterRequestsSentBy[i] = NULL; 1.5 } 1.6 _VMSMasterEnv->currentMasterProcrID = 0; 1.7 + _VMSMasterEnv->amtOfOutstandingMem = NUM_CORES*MALLOC_ADDITIONAL_MEM_FROM_OS_SIZE; 1.8 1.9 //============================= MEASUREMENT STUFF ======================== 1.10 #ifdef MEAS__TIME_MALLOC
