aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_x_heap.c
Commit message (Collapse)AuthorAgeFilesLines
* Update the Raw32 heap allocator to remove a memory merging bug.inmarket2016-12-121-62/+50
| | | | The new code has less allocation overhead but memory blocks are now not tracked while allocated.
* Add ability to emulate malloc() and free() to prevent nasty hard to find ↵inmarket2015-11-271-0/+11
| | | | link errors from C library routines that need malloc
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Fixing compiler warning "assignment in condition" (ARMCC)Joel Bodenmann2015-10-191-1/+2
|
* Significant improvements in alternative scheduler.inmarket2015-07-161-0/+195
Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7.