please ;-;
This commit is contained in:
parent
9baec1490a
commit
8c23f1863a
@ -237,7 +237,7 @@ node* get_holes(node* umem_head) {
|
|||||||
void begin_output_example() {
|
void begin_output_example() {
|
||||||
static node* umem_head = NULL; // static persistent head variable for contiguous block allocations
|
static node* umem_head = NULL; // static persistent head variable for contiguous block allocations
|
||||||
static node* holes_head = NULL;
|
static node* holes_head = NULL;
|
||||||
holes_head = get_holes(emum_head);
|
holes_head = get_holes(umem_head);
|
||||||
|
|
||||||
kprint("Jonathan Turner - S02\n");
|
kprint("Jonathan Turner - S02\n");
|
||||||
kprint("Current Allocation: \n");
|
kprint("Current Allocation: \n");
|
||||||
|
Reference in New Issue
Block a user