Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff vmalloc.c @ 68:9c3107044f86
Added measurement hists macros
| author | Me |
|---|---|
| date | Sat, 20 Nov 2010 08:19:05 +0100 |
| parents | 13b22ffb8a2f |
| children | 9ddbb071142d |
line diff
1.1 --- a/vmalloc.c Tue Nov 16 16:00:32 2010 +0100 1.2 +++ b/vmalloc.c Sat Nov 20 08:19:05 2010 +0100 1.3 @@ -11,6 +11,7 @@ 1.4 #include <stdlib.h> 1.5 1.6 #include "VMS.h" 1.7 +#include "Histogram/Histogram.h" 1.8 1.9 /*Helper function 1.10 *Insert a newly generated free chunk into the first spot on the free list.
