Introduction - If you have any usage issues, please Google them yourself
Buddy system (buddy system) algorithm. Two files buddysystem.c, buddysystem.h, mainly to achieve two main functions function 1.Buddy System memory block allocation algorithm, function AllocBuddySpace 2.Buddy System free block recovery algorithms, function FreeBuddy.