Remove tracking of free state in freelist header since being in the list means it is also free
This commit is contained in:
parent
69d4683cc5
commit
39c331cd09
3 changed files with 1 additions and 11 deletions
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
typedef struct FreeListBlock {
|
||||
struct FreeListBlock *next;
|
||||
uint8_t block_state;
|
||||
} FreeListBlock;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue