4600-project-1/inc/consumer.hpp

8 lines
127 B
C++
Raw Normal View History

2022-04-04 13:39:30 -05:00
2022-04-04 20:12:40 -05:00
/*
consumer:
Unlinks blocks from list2,
Consumes them,
Links them to freelist
*/
void *consumer (void *);