Added allocator using buddy system

This commit is contained in:
2023-08-29 01:42:11 -05:00
parent 85e660b8db
commit 62612f8348
8 changed files with 329 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#ifndef _LIBMALLOC_BUDDYALLOC_H
#define _LIBMALLOC_BUDDYALLOC_H
#ifndef _LIBMALLOC_BITMAPALLOC_H
#define _LIBMALLOC_BITMAPALLOC_H
#include "memmap.h"
#include "common.h"