Module dyn_malloc

Source

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.