summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/mallocsetheapptr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-101-0/+28
PR 1661/testing * libcsupport/Makefile.am, libcsupport/include/rtems/libcsupport.h: Add public methods to get/set malloc heap pointer so the tests do not have to peer behind the API. * libcsupport/src/mallocgetheapptr.c, libcsupport/src/mallocsetheapptr.c: New files.