This commit is contained in:
Nils O. Selåsdal
2026-05-14 14:45:29 +02:00
parent d04b151279
commit 6185de0694
6 changed files with 15 additions and 16 deletions
-1
View File
@@ -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
};