|
ApertureOS
|
#include "types.h"

Go to the source code of this file.
Functions | |
| void | physMemMan_Setup (void) |
| uint64_t | physMemMan_Alloc (void) |
| void | physMemMan_Free (uint64_t ptr) |
| void | physMemMan_MarkUsed (uint64_t addr, uint64_t size) |
| uint64_t physMemMan_Alloc | ( | void | ) |
| void physMemMan_Free | ( | uint64_t | ptr | ) |
| void physMemMan_MarkUsed | ( | uint64_t | addr, |
| uint64_t | size | ||
| ) |
| void physMemMan_Setup | ( | void | ) |
1.8.9.1