4600-project-1/inc/consumer.hpp

8 lines
127 B
C++

/*
consumer:
Unlinks blocks from list2,
Consumes them,
Links them to freelist
*/
void *consumer (void *);