KernOS
memoryallocator.cpp File Reference
#include <memoryallocator.h>
#include <interrupt.h>
#include <ktypes.h>
Include dependency graph for memoryallocator.cpp:

Go to the source code of this file.

Namespaces

 KM
 Kernel memory namespace.
 
 INIT
 contains all kernel initialization routines
 

Functions

void * KM::kmalloc (size_t Size)
 kernel malloc More...
 
void KM::free (void *Ptr)
 kernel free More...
 
void INIT::KMALLOC ()
 Provides memory allocator with range of reserved memory address to manage. More...
 

Variables

void * kheap
 

Variable Documentation

◆ kheap

void* kheap

Definition at line 9 of file memoryallocator.cpp.