ARM9 OS: Difference between revisions

Hallowizer (talk | contribs)
Threads: added mutex structs
Hallowizer (talk | contribs)
added a stub section on memory allocation
Line 83: Line 83:
}
}
</pre>
</pre>
== Memory allocation ==
3 types of heaps exist: EXPH (exponential heap), FRMH (frame heap), and UNTH (unit heap).