Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff vmalloc.h @ 118:e29bb31df078
changed log10 to log2
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Tue, 30 Aug 2011 17:45:14 +0200 |
| parents | 07e679ee2095 |
| children | 9b2b9bc2c362 |
line diff
1.1 --- a/vmalloc.h Tue Aug 30 17:11:13 2011 +0200 1.2 +++ b/vmalloc.h Tue Aug 30 17:45:14 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.0969100130080564 1.8 -#define LOG128 2.1072099696478684 1.9 +#define LOG54 0.3219280948873623 1.10 +#define LOG128 7 1.11 1.12 typedef struct _MallocProlog MallocProlog; 1.13
