KernOS
memoryallocator.h File Reference
#include <common.h>
Include dependency graph for memoryallocator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KM::MemoryAllocator
 Manages kernel heap memory. More...
 

Namespaces

 INIT
 contains all kernel initialization routines
 
 KM
 Kernel memory namespace.
 

Functions

void INIT::pagetables ()
 
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

MemoryAllocator KM::mem_alloc