Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 63:e2b9bc75f03c | 64:26b9823279d9 |
|---|---|
| 112 _VMSMasterEnv->freeLists[i] = VMS_ext__create_free_list(); | 112 _VMSMasterEnv->freeLists[i] = VMS_ext__create_free_list(); |
| 113 _VMSMasterEnv->interMasterRequestsFor[i] = NULL; | 113 _VMSMasterEnv->interMasterRequestsFor[i] = NULL; |
| 114 _VMSMasterEnv->interMasterRequestsSentBy[i] = NULL; | 114 _VMSMasterEnv->interMasterRequestsSentBy[i] = NULL; |
| 115 } | 115 } |
| 116 _VMSMasterEnv->currentMasterProcrID = 0; | 116 _VMSMasterEnv->currentMasterProcrID = 0; |
| 117 _VMSMasterEnv->amtOfOutstandingMem = NUM_CORES*MALLOC_ADDITIONAL_MEM_FROM_OS_SIZE; | |
| 117 | 118 |
| 118 //============================= MEASUREMENT STUFF ======================== | 119 //============================= MEASUREMENT STUFF ======================== |
| 119 #ifdef MEAS__TIME_MALLOC | 120 #ifdef MEAS__TIME_MALLOC |
| 120 _VMSMasterEnv->mallocTimeHist = makeFixedBinHistExt( 100, 0, 100, | 121 _VMSMasterEnv->mallocTimeHist = makeFixedBinHistExt( 100, 0, 100, |
| 121 "malloc_time_hist"); | 122 "malloc_time_hist"); |
