diff 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
line diff
     1.1 --- a/VMS.h	Tue Jul 26 16:14:30 2011 +0200
     1.2 +++ b/VMS.h	Tue Aug 02 15:44:28 2011 +0200
     1.3 @@ -224,7 +224,7 @@
     1.4  
     1.5     void            *semanticEnv;
     1.6     void            *OSEventStruc;   //for future, when add I/O to BLIS
     1.7 -   MallocProlog    *freeListHead;
     1.8 +   MallocArrays    *freeLists;
     1.9     int32            amtOfOutstandingMem; //total currently allocated
    1.10  
    1.11     void            *coreLoopReturnPt;//addr to jump to to re-enter coreLoop