summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/rtems_malloc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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().