#include <simplenet.h>
Public Member Functions | |
| virtual void * | allocate_backend (size_t size) |
| Allocate page aligned memory. | |
| virtual mword | ptr_to_phys (const void *ptr, size_t size) |
| VancouverMemory (DBus< MessageHostOp > &bus_hostop) | |
| VancouverMemory::VancouverMemory | ( | DBus< MessageHostOp > & | bus_hostop | ) | [inline] |
| virtual void* VancouverMemory::allocate_backend | ( | size_t | bytes | ) | [inline, virtual] |
Allocate page aligned memory.
Implements SimpleNetworkClient::Memory.
| virtual mword VancouverMemory::ptr_to_phys | ( | const void * | ptr, | |
| size_t | size | |||
| ) | [inline, virtual] |
Implements SimpleNetworkClient::Memory.
1.7.1