From 28a08877ea961b0440b121b4617919136d6f342d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 10 Feb 2012 10:36:26 +0100 Subject: Added support functions for greedy heap allocation Various tests must check program paths that result due to failed memory allocations from the heap. To avoid tinkering with internal heap structures throughout the test code these functions should be used. --- cpukit/score/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/score/Makefile.am') diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am index 13c31826b9..597da3e0cc 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -181,7 +181,8 @@ endif ## HEAP_C_FILES libscore_a_SOURCES += src/heap.c src/heapallocate.c src/heapextend.c \ src/heapfree.c src/heapsizeofuserarea.c src/heapwalk.c src/heapgetinfo.c \ - src/heapgetfreeinfo.c src/heapresizeblock.c src/heapiterate.c + src/heapgetfreeinfo.c src/heapresizeblock.c src/heapiterate.c \ + src/heapgreedy.c ## OBJECT_C_FILES libscore_a_SOURCES += src/objectallocate.c src/objectclose.c \ -- cgit v1.2.3