Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison VMS.h @ 143:73ceeac12a79
Enable histogramm free again, was allocated with VMS__malloc and free'd with systems free
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 21 Sep 2011 16:29:53 +0200 |
| parents | 97e26095c01f |
| children | ac41df8d08e9 |
comparison
equal
deleted
inserted
replaced
| 44:ff8fed98bef1 | 63:a5455c354509 |
|---|---|
| 409 #define MEAS__SUB_CREATE /*turn on/off subtraction of create from plugin*/ | 409 #define MEAS__SUB_CREATE /*turn on/off subtraction of create from plugin*/ |
| 410 | 410 |
| 411 #ifdef VPTHREAD | 411 #ifdef VPTHREAD |
| 412 | 412 |
| 413 //VPThread | 413 //VPThread |
| 414 #define createHistIdx 1 | 414 #define createHistIdx 0 |
| 415 #define mutexLockHistIdx 2 | 415 #define mutexLockHistIdx 1 |
| 416 #define mutexUnlockHistIdx 3 | 416 #define mutexUnlockHistIdx 2 |
| 417 #define condWaitHistIdx 4 | 417 #define condWaitHistIdx 3 |
| 418 #define condSignalHistIdx 5 | 418 #define condSignalHistIdx 4 |
| 419 | 419 |
| 420 #define MakeTheMeasHists() \ | 420 #define MakeTheMeasHists() \ |
| 421 _VMSMasterEnv->measHistsInfo = \ | 421 _VMSMasterEnv->measHistsInfo = \ |
| 422 makePrivDynArrayOfSize( (void***)&(_VMSMasterEnv->measHists), 200); \ | 422 makePrivDynArrayOfSize( (void***)&(_VMSMasterEnv->measHists), 200); \ |
| 423 makeAMeasHist( createHistIdx, "create", 50, 0, 100 ) \ | 423 makeAMeasHist( createHistIdx, "create", 50, 0, 100 ) \ |
