From 45c0fdbb02a151c4a0f711c2a8f945001c612b3c Mon Sep 17 00:00:00 2001 From: Gene Stark Date: Thu, 17 Mar 2022 11:55:05 -0400 Subject: [PATCH] Remove an incorrect "(aligned)" indication. --- hw3/include/sfmm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw3/include/sfmm.h b/hw3/include/sfmm.h index 8429eb0..200954c 100644 --- a/hw3/include/sfmm.h +++ b/hw3/include/sfmm.h @@ -85,7 +85,7 @@ | unused | block_size | unused | alloc |prv alloc|in qklst | | (0) |(4 LSB's implicitly 0)| (0) | (0) | (0/1) | (0) | | (32 bits) | (28 bits) | 1 bit | 1 bit | 1 bit | 1 bit | - +------------------------------------------------------------+--------+---------+---------+ <- (aligned) + +------------------------------------------------------------+--------+---------+---------+ NOTE: For a free block, footer contents must always be identical to header contents. NOTE: The actual stored footer is obfuscated by bitwise XOR'ing with MAGIC.