8 lines
127 B
C++
8 lines
127 B
C++
|
|
/*
|
|
producer:
|
|
Unlinks blocks from freelist,
|
|
Produces them,
|
|
Links them to list1
|
|
*/
|
|
void *producer (void *); |