diff vmalloc.h @ 116:35547e66b971

malloc: multiple small chunk allocation
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 29 Aug 2011 17:09:00 +0200
parents 62c59f2ac9f1
children 07e679ee2095
line diff
     1.1 --- a/vmalloc.h	Thu Aug 25 16:32:13 2011 +0200
     1.2 +++ b/vmalloc.h	Mon Aug 29 17:09:00 2011 +0200
     1.3 @@ -42,7 +42,7 @@
     1.4       MallocProlog **smallChunks;
     1.5       uint32       smallChunkCount[SMALL_CHUNK_COUNT];
     1.6       MallocProlog **bigChunks;
     1.7 -     uint64       bigChunksSearchVector;
     1.8 +     uint64       bigChunksSearchVector[2];
     1.9       void         *memSpace;
    1.10       uint32       containerCount;
    1.11   };