@ -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;
The note is not visible to the blocked user.