Remove unused defines FL_FREE, FL_USED
This commit is contained in:
parent
3d4fe51dd1
commit
682901cafd
1 changed files with 0 additions and 3 deletions
|
|
@ -18,9 +18,6 @@ static inline size_t align_up(size_t n) {
|
||||||
#define ALIGN(x) (align_up(x))
|
#define ALIGN(x) (align_up(x))
|
||||||
#endif // FREELIST_NOALIGN
|
#endif // FREELIST_NOALIGN
|
||||||
|
|
||||||
#define FL_FREE ((uint8_t)0x00)
|
|
||||||
#define FL_USED ((uint8_t)0x01)
|
|
||||||
|
|
||||||
typedef struct FreeListBlock {
|
typedef struct FreeListBlock {
|
||||||
struct FreeListBlock *next;
|
struct FreeListBlock *next;
|
||||||
} FreeListBlock;
|
} FreeListBlock;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue