+Attribution
This commit is contained in:
		@@ -1,4 +1,10 @@
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
   +-------------+---------+-----------------------+
 | 
			
		||||
   | John Breaux | jab0910 | JohnBreaux@my.unt.edu |
 | 
			
		||||
   +-------------+---------+-----------------------+
 | 
			
		||||
   |                  2022-04-04                   |
 | 
			
		||||
   +-----------------------------------------------+
 | 
			
		||||
*/
 | 
			
		||||
/*
 | 
			
		||||
   consumer:
 | 
			
		||||
      Unlinks blocks from list2,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,10 @@
 | 
			
		||||
/*
 | 
			
		||||
   +-------------+---------+-----------------------+
 | 
			
		||||
   | John Breaux | jab0910 | JohnBreaux@my.unt.edu |
 | 
			
		||||
   +-------------+---------+-----------------------+
 | 
			
		||||
   |                  2022-04-04                   |
 | 
			
		||||
   +-----------------------------------------------+
 | 
			
		||||
*/
 | 
			
		||||
#define N 8
 | 
			
		||||
#define timescale 10000
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,10 @@
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
   +-------------+---------+-----------------------+
 | 
			
		||||
   | John Breaux | jab0910 | JohnBreaux@my.unt.edu |
 | 
			
		||||
   +-------------+---------+-----------------------+
 | 
			
		||||
   |                  2022-04-03                   |
 | 
			
		||||
   +-----------------------------------------------+
 | 
			
		||||
*/
 | 
			
		||||
struct block {
 | 
			
		||||
   block *prev;
 | 
			
		||||
   block *next;
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,10 @@
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
   +-------------+---------+-----------------------+
 | 
			
		||||
   | John Breaux | jab0910 | JohnBreaux@my.unt.edu |
 | 
			
		||||
   +-------------+---------+-----------------------+
 | 
			
		||||
   |                  2022-04-04                   |
 | 
			
		||||
   +-----------------------------------------------+
 | 
			
		||||
*/
 | 
			
		||||
/*
 | 
			
		||||
   producer:
 | 
			
		||||
      Unlinks blocks from freelist,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,10 @@
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
   +-------------+---------+-----------------------+
 | 
			
		||||
   | John Breaux | jab0910 | JohnBreaux@my.unt.edu |
 | 
			
		||||
   +-------------+---------+-----------------------+
 | 
			
		||||
   |                  2022-04-04                   |
 | 
			
		||||
   +-----------------------------------------------+
 | 
			
		||||
*/
 | 
			
		||||
/*
 | 
			
		||||
   transformer:
 | 
			
		||||
      Unlinks block x from list1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user