comparison vmalloc.h @ 124:237f4991f4c0

removed design notes
author Merten Sach <msach@mailbox.tu-berlin.de>
date Wed, 07 Sep 2011 19:17:53 +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 {