|
IBNOS
|

Public Attributes | |
| uint32_t | heapMagic |
| struct linkedList | entry |
| uint32_t | length: 31 |
| uint32_t | reserved: 1 |
Definition at line 44 of file allocator.c.
| struct linkedList heapEntry::entry |
Definition at line 47 of file allocator.c.
| uint32_t heapEntry::heapMagic |
Definition at line 46 of file allocator.c.
| uint32_t heapEntry::length |
Definition at line 48 of file allocator.c.
| uint32_t heapEntry::reserved |
Definition at line 49 of file allocator.c.
1.8.13