伙伴系统
#include <stdio.h>#include <malloc.h>#include <math.h>#include <stdlib.h>/* 数据结构C语言版 伙伴系统 算法8.2 P205
伙伴系统