Structs§
- DynMalloc
- Return a pointer to the next free page of memory. Updates the dyn malloc state accordingly
Constants§
- DYN_
MALLOC_ ADDRESS - The location of the dynamic allocator state in memory.
- DYN_
MALLOC_ FIRST_ ADDRESS - DYN_
MALLOC_ FIRST_ PAGE - The address of the first page that can be dynamically allocated.
- DYN_
MALLOC_ PAGE_ SIZE - The size of one dynamically allocated page.
- NUM_
ALLOCATABLE_ PAGES - The number of pages that can be dynamically allocated.