#include "asm.h"#include "slaballoc.h"#include "physmem.h"#include "pagealloc.h"Include dependency graph for virtmem.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Virtual_memory |
| Virtual_memory is the allocator/deallocator for virtual memory. More... | |
Functions | |
| void * | operator new (Size request_size) |
| void | operator delete (void *memory) |
Variables | |
| Virtual_memory * | virtual_mem |
|
|
Globally override the C++ delete operator.
|
|
|
Globally override the C++ new operator.
|
|
|
|
Torsion Operating System, Copyright (C) 2000-2004 Dan Helfman