|
Retro Rocket Kernel
BASIC-Powered Operating System
|
Collaboration diagram for heap:Public Attributes | |
| header_t * | list_free |
| uint64_t | heap_addr |
| uint64_t | end_addr |
| uint64_t | max_size |
| uint64_t | min_size |
| uint8_t | user |
| uint8_t | rw |
| uint64_t heap::end_addr |
| uint64_t heap::heap_addr |
| header_t* heap::list_free |
| uint64_t heap::max_size |
| uint64_t heap::min_size |
| uint8_t heap::rw |
| uint8_t heap::user |