Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 10:8a21826cd014 | 11:773245385662 |
|---|---|
| 19 #define LOWER_BOUND 128 | 19 #define LOWER_BOUND 128 |
| 20 #define CHUNK_INCREASE_RATE 1.25 | 20 #define CHUNK_INCREASE_RATE 1.25 |
| 21 #define MAX_SMALL_CHUNKS 20 | 21 #define MAX_SMALL_CHUNKS 20 |
| 22 #define SMALL_CHUNKS_ALLOCATION 5 | 22 #define SMALL_CHUNKS_ALLOCATION 5 |
| 23 | 23 |
| 24 #define LOG54 0.0969100130080564 | 24 #define LOG54 0.3219280948873623 |
| 25 #define LOG128 2.1072099696478684 | 25 #define LOG128 7 |
| 26 | 26 |
| 27 typedef struct _MallocProlog MallocProlog; | 27 typedef struct _MallocProlog MallocProlog; |
| 28 | 28 |
| 29 struct _MallocProlog | 29 struct _MallocProlog |
| 30 { | 30 { |
