Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1:0dc7b0b8bf2b | 2:7c1700db72ea |
|---|---|
| 4 * | 4 * |
| 5 * Author: seanhalle@yahoo.com | 5 * Author: seanhalle@yahoo.com |
| 6 * | 6 * |
| 7 * Created on November 14, 2009, 9:07 PM | 7 * Created on November 14, 2009, 9:07 PM |
| 8 */ | 8 */ |
| 9 | |
| 10 #ifndef _VMALLOC_H | |
| 11 #define _VMALLOC_H | |
| 9 | 12 |
| 10 #include <malloc.h> | 13 #include <malloc.h> |
| 11 #include "VMS_primitive_data_types.h" | 14 #include "VMS_primitive_data_types.h" |
| 12 | 15 |
| 13 typedef struct _MallocProlog MallocProlog; | 16 typedef struct _MallocProlog MallocProlog; |
| 48 MallocProlog * | 51 MallocProlog * |
| 49 VMS_ext__create_free_list(); | 52 VMS_ext__create_free_list(); |
| 50 | 53 |
| 51 void | 54 void |
| 52 VMS_ext__free_free_list( MallocProlog *freeListHead ); | 55 VMS_ext__free_free_list( MallocProlog *freeListHead ); |
| 56 | |
| 57 #endif |
