Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison VMS.h @ 101:ca154ebe2b6c
Basic malloc without small chunks
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Tue, 02 Aug 2011 15:44:28 +0200 |
| parents | bc31d3e070d2 |
| children | 99798e4438a6 c57bc4d530d0 |
comparison
equal
deleted
inserted
replaced
| 45:1c3a7c179429 | 47:aa49feacd666 |
|---|---|
| 222 VMSQueueStruc **readyToAnimateQs; | 222 VMSQueueStruc **readyToAnimateQs; |
| 223 VirtProcr **masterVPs; | 223 VirtProcr **masterVPs; |
| 224 | 224 |
| 225 void *semanticEnv; | 225 void *semanticEnv; |
| 226 void *OSEventStruc; //for future, when add I/O to BLIS | 226 void *OSEventStruc; //for future, when add I/O to BLIS |
| 227 MallocProlog *freeListHead; | 227 MallocArrays *freeLists; |
| 228 int32 amtOfOutstandingMem; //total currently allocated | 228 int32 amtOfOutstandingMem; //total currently allocated |
| 229 | 229 |
| 230 void *coreLoopReturnPt;//addr to jump to to re-enter coreLoop | 230 void *coreLoopReturnPt;//addr to jump to to re-enter coreLoop |
| 231 | 231 |
| 232 int32 setupComplete; | 232 int32 setupComplete; |
