Added a way to manually test the Malloc function from the shell's command line.
This commit is contained in:
@@ -11,6 +11,8 @@ typedef struct MemoryChunk
|
||||
bool Allocated;
|
||||
};
|
||||
|
||||
static struct MemoryChunk* First;
|
||||
|
||||
void MemoryManager(size_t start, size_t size);
|
||||
|
||||
void* Malloc(size_t size);
|
||||
|
||||
Reference in New Issue
Block a user