summaryrefslogtreecommitdiff
path: root/rtl-alloc-heap.h (follow)
AgeCommit message (Collapse)Author
2012-05-08Add RTL allocator.Chris Johns
Add a custom allocator that can be hooked. The default heap allocator in this code does nothing more than wrap the libc heap allocator. Fix up the RTL initialise to better handle the locking and initialisation of internal structures.