+Attribution

This commit is contained in:
2022-04-06 01:45:57 -05:00
parent 6605044f15
commit d718e6ecb2
11 changed files with 76 additions and 4 deletions

View File

@@ -1,4 +1,10 @@
/*
+-------------+---------+-----------------------+
| John Breaux | jab0910 | JohnBreaux@my.unt.edu |
+-------------+---------+-----------------------+
| 2022-04-04 |
+-----------------------------------------------+
*/
/*
consumer:
Unlinks blocks from list2,

View File

@@ -1,3 +1,10 @@
/*
+-------------+---------+-----------------------+
| John Breaux | jab0910 | JohnBreaux@my.unt.edu |
+-------------+---------+-----------------------+
| 2022-04-04 |
+-----------------------------------------------+
*/
#define N 8
#define timescale 10000

View File

@@ -1,4 +1,10 @@
/*
+-------------+---------+-----------------------+
| John Breaux | jab0910 | JohnBreaux@my.unt.edu |
+-------------+---------+-----------------------+
| 2022-04-03 |
+-----------------------------------------------+
*/
struct block {
block *prev;
block *next;

View File

@@ -1,4 +1,10 @@
/*
+-------------+---------+-----------------------+
| John Breaux | jab0910 | JohnBreaux@my.unt.edu |
+-------------+---------+-----------------------+
| 2022-04-04 |
+-----------------------------------------------+
*/
/*
producer:
Unlinks blocks from freelist,

View File

@@ -1,4 +1,10 @@
/*
+-------------+---------+-----------------------+
| John Breaux | jab0910 | JohnBreaux@my.unt.edu |
+-------------+---------+-----------------------+
| 2022-04-04 |
+-----------------------------------------------+
*/
/*
transformer:
Unlinks block x from list1