#include <assert.h>
#include <malloc.h>
#include <errno.h>
#include <mem.h>
#include <as.h>
Go to the source code of this file.
Functions | |
static uintptr_t | addr_to_phys (void *addr) |
Get physical address translation. | |
static void | free32 (void *addr) |
Physical mallocator simulator. | |
static void * | malloc32 (size_t size) |
Physical mallocator simulator. |
Definition in file malloc32.h.