Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison vmalloc.h @ 134:a9b72021f053
Distributed memory management w/o free requests working
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Fri, 16 Sep 2011 16:19:24 +0200 |
| parents | dbfc8382d546 |
| children | 0b49fd35afc1 |
comparison
equal
deleted
inserted
replaced
| 13:0aa4a130cc19 | 14:f29d2306cafd |
|---|---|
| 65 /*Frees memory that was allocated in the external system -- higher overhead | 65 /*Frees memory that was allocated in the external system -- higher overhead |
| 66 */ | 66 */ |
| 67 void | 67 void |
| 68 VMS__free_in_ext( void *ptrToFree ); | 68 VMS__free_in_ext( void *ptrToFree ); |
| 69 | 69 |
| 70 | |
| 71 MallocProlog * | 70 MallocProlog * |
| 72 VMS_ext__create_free_list(); | 71 VMS_ext__create_free_list(); |
| 73 | 72 |
| 74 void | 73 void |
| 75 VMS_ext__free_free_list( MallocProlog *freeListHead ); | 74 VMS_ext__free_free_list( MallocProlog* freeListHeads[] ); |
| 76 | 75 |
| 77 #endif | 76 #endif |
