Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff vmalloc.h @ 65:13b22ffb8a2f
Nov 14 vers -- Added measurement of Plugin, malloc, & master lock, + vutilities
| author | Me |
|---|---|
| date | Sun, 14 Nov 2010 11:17:52 -0800 |
| parents | 42dd44df1bb0 |
| children | bf08108405cc 9ddbb071142d a49f02980151 |
line diff
1.1 --- a/vmalloc.h Sat Nov 13 14:39:40 2010 -0800 1.2 +++ b/vmalloc.h Sun Nov 14 11:17:52 2010 -0800 1.3 @@ -7,6 +7,9 @@ 1.4 * Created on November 14, 2009, 9:07 PM 1.5 */ 1.6 1.7 +#ifndef _VMALLOC_H 1.8 +#define _VMALLOC_H 1.9 + 1.10 #include <malloc.h> 1.11 #include "VMS_primitive_data_types.h" 1.12 1.13 @@ -50,3 +53,5 @@ 1.14 1.15 void 1.16 VMS_ext__free_free_list( MallocProlog *freeListHead ); 1.17 + 1.18 +#endif 1.19 \ No newline at end of file
