4600-project-1/inc/consumer.hpp

8 lines
127 B
C++
Raw Normal View History

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