diff vmalloc.h @ 115:62c59f2ac9f1

first changes malloc
author Merten Sach <msach@mailbox.tu-berlin.de>
date Thu, 25 Aug 2011 16:32:13 +0200
parents def70e32cf2c
children 35547e66b971
line diff
     1.1 --- a/vmalloc.h	Wed Aug 03 13:23:32 2011 +0200
     1.2 +++ b/vmalloc.h	Thu Aug 25 16:32:13 2011 +0200
     1.3 @@ -42,6 +42,7 @@
     1.4       MallocProlog **smallChunks;
     1.5       uint32       smallChunkCount[SMALL_CHUNK_COUNT];
     1.6       MallocProlog **bigChunks;
     1.7 +     uint64       bigChunksSearchVector;
     1.8       void         *memSpace;
     1.9       uint32       containerCount;
    1.10   };