gbowne1implfix #1

Merged
Karutoh merged 10 commits from gbowne1implfix into main 2024-02-08 17:41:13 -08:00
Showing only changes of commit eaa93effaf - Show all commits

2
main.c
View File

@ -5,7 +5,7 @@
#define ALIGN4(s) (((((s)-1)>>2)<<2)+4)
#define BLOCK_SIZE sizeof(struct block)
/// The memory's block header.
/// The memory block's header.
struct block
{
size_t size;