summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/rtems_malloc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* score: Merge sysstate API into one fileSebastian Huber2013-07-241-0/+2
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Changed base implementation of protected heap allocations to use ↵Thomas Doerfler2009-11-301-16/+22
| | | | _Heap_Allocate_aligned_with_boundary().
* 2009-11-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-11-111-0/+50
* libcsupport/Makefile.am, libcsupport/include/rtems/malloc.h, libcsupport/src/rtems_malloc.c: New function rtems_malloc().