1. 背景说明
2. 示例代码
boundTag.h
// 边界标识法实现头文件
#ifndef BOUND_TAG_H
#define BOUND_TAG_H
#define MAX_SIZE 1000 // 可利用空间的大小(以 Word 的字节数为单位)
#define MIN_SIZE 10 // 块的最小尺寸(以 Word 的字节数为单位)
#include "errorRecord.h"
typedef struct Word { // 字类型
union