diff 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
line diff
     1.1 --- a/vmalloc.h	Fri Sep 16 14:26:18 2011 +0200
     1.2 +++ b/vmalloc.h	Fri Sep 16 16:19:24 2011 +0200
     1.3 @@ -67,11 +67,10 @@
     1.4  void
     1.5  VMS__free_in_ext( void *ptrToFree );
     1.6  
     1.7 -
     1.8  MallocProlog *
     1.9  VMS_ext__create_free_list();
    1.10  
    1.11  void
    1.12 -VMS_ext__free_free_list( MallocProlog *freeListHead );
    1.13 +VMS_ext__free_free_list( MallocProlog* freeListHeads[] );
    1.14  
    1.15  #endif
    1.16 \ No newline at end of file