Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff vmalloc.h @ 117:07e679ee2095
Bit index search with simple chop off
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Tue, 30 Aug 2011 17:11:13 +0200 |
| parents | 35547e66b971 |
| children | e29bb31df078 |
line diff
1.1 --- a/vmalloc.h Mon Aug 29 17:09:00 2011 +0200 1.2 +++ b/vmalloc.h Tue Aug 30 17:11:13 2011 +0200 1.3 @@ -21,8 +21,8 @@ 1.4 #define MAX_SMALL_CHUNKS 20 1.5 #define SMALL_CHUNKS_ALLOCATION 5 1.6 1.7 -#define LOG54 0.096910013 1.8 -#define LOG128 2.10720997 1.9 +#define LOG54 0.0969100130080564 1.10 +#define LOG128 2.1072099696478684 1.11 1.12 typedef struct _MallocProlog MallocProlog; 1.13 1.14 @@ -40,7 +40,6 @@ 1.15 struct MallocArrays 1.16 { 1.17 MallocProlog **smallChunks; 1.18 - uint32 smallChunkCount[SMALL_CHUNK_COUNT]; 1.19 MallocProlog **bigChunks; 1.20 uint64 bigChunksSearchVector[2]; 1.21 void *memSpace;
