From 252565f24da1ca21bd681acf621201b5318d95d7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 18 Oct 2000 14:57:12 +0000 Subject: 2000-10-18 Nick Simon * src/heapgetinfo.c, include/rtems/score/heap.h, src/Makefile.am: Added _Heap_Get_information() and information control block. * src/heapgetinfo.c: New file. --- cpukit/score/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/Makefile.am') diff --git a/cpukit/score/src/Makefile.am b/cpukit/score/src/Makefile.am index 5e27949c90..71b597e533 100644 --- a/cpukit/score/src/Makefile.am +++ b/cpukit/score/src/Makefile.am @@ -22,7 +22,7 @@ CORE_SEMAPHORE_C_FILES = coresem.c coresemflush.c coresemseize.c \ coresemsurrender.c HEAP_C_FILES = heap.c heapallocate.c heapextend.c heapfree.c \ - heapsizeofuserarea.c heapwalk.c + heapsizeofuserarea.c heapwalk.c heapgetinfo.c OBJECT_C_FILES = object.c objectallocate.c objectallocatebyindex.c \ objectclearname.c objectcomparenameraw.c objectcomparenamestring.c \ -- cgit v1.2.3