The Pedigree Project
0.1
|
#include <VirtualAddressSpace.h>
Public Member Functions | |
Stack (void *top, size_t size) | |
void * | getTop () const |
size_t | getSize () const |
operator void * () const | |
Private Attributes | |
void * | m_Top |
size_t | m_Size |
Abstracts a stack.
Definition at line 257 of file include/pedigree/kernel/processor/VirtualAddressSpace.h.