8 lines
127 B
C++
8 lines
127 B
C++
|
|
/*
|
|
consumer:
|
|
Unlinks blocks from list2,
|
|
Consumes them,
|
|
Links them to freelist
|
|
*/
|
|
void *consumer (void *); |