comparison vmalloc.h @ 135:0b49fd35afc1

distributed free working -app sends a VMSSemReqst to his Master which send a request to a different Master -Master send the request directly -The request structure is freed by the sender, when the request was handled There are still problems on shutdown. The shutdownVPs are all allocated by one Master which is likly to be terminated
author Merten Sach <msach@mailbox.tu-berlin.de>
date Fri, 16 Sep 2011 20:08:28 +0200
parents a9b72021f053
children 99798e4438a6
comparison
equal deleted inserted replaced
14:f29d2306cafd 15:4dfbd60ee614
69 69
70 MallocProlog * 70 MallocProlog *
71 VMS_ext__create_free_list(); 71 VMS_ext__create_free_list();
72 72
73 void 73 void
74 VMS_ext__free_free_list( MallocProlog* freeListHeads[] ); 74 VMS_ext__free_free_list( MallocProlog* freeListHead );
75 75
76 #endif 76 #endif