4600-project-1/inc/producer.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
/*
producer:
Unlinks blocks from freelist,
Produces them,
Links them to list1
*/
void *producer (void *);