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