[Mammoth] Write a custom buddy allocator to replace libc malloc.

This commit is contained in:
Drew Galbraith 2023-11-23 18:55:02 -08:00
parent d44be91099
commit cbeb736e8c
5 changed files with 161 additions and 56 deletions

View file

@ -1,5 +0,0 @@
#pragma once
#include "stddef.h"
void* malloc(size_t size);