Cleanups
This commit is contained in:
@@ -34,7 +34,6 @@ typedef struct LAlloc LAlloc;
|
||||
struct LAlloc {
|
||||
uint8_t *base; // backing store
|
||||
uint32_t size; // total size
|
||||
LBlockHeader *heap_start; // first block
|
||||
LBlockHeader *next_alloc; // start of free block search
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user