4600-project-1/inc/producer.hpp

8 lines
127 B
C++

/*
producer:
Unlinks blocks from freelist,
Produces them,
Links them to list1
*/
void *producer (void *);