|
tape-kernel 1.0
a modular modern independent kernel
|
#include <heap.h>
Public Attributes | |
| uint32_t * | start |
| uint32_t * | current |
| uint32_t | size |
| void * | next |
the arena_t type
arena_t is made up of start, current, size, and next
| uint32_t* arena_t::current |
| uint32_t* arena_t::start |