14 lines
397 B
C++
14 lines
397 B
C++
/*
|
|
+-------------+---------+-----------------------+
|
|
| John Breaux | jab0910 | JohnBreaux@my.unt.edu |
|
|
+-------------+---------+-----------------------+
|
|
| 2022-04-04 |
|
|
+-----------------------------------------------+
|
|
*/
|
|
/*
|
|
consumer:
|
|
Unlinks blocks from list2,
|
|
Consumes them,
|
|
Links them to freelist
|
|
*/
|
|
void *consumer (void *); |