Structs§
- Return a pointer to the next free page of memory. Updates the dyn malloc state accordingly
Constants§
- The location of the dynamic allocator state in memory.
- The address of the first page that can be dynamically allocated.
- The size of one dynamically allocated page.
- The number of pages that can be dynamically allocated.