comparison VMS.h @ 126:d0aa5a796fc5

touch memory at start of algorithm to make it comparable
author Merten Sach <msach@mailbox.tu-berlin.de>
date Wed, 07 Sep 2011 14:33:22 +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;