From 03dff2019f6972f9b202b15d57ab295d706d86cd Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 9 Feb 2021 12:48:07 +1100 Subject: libcsupport: Add sbrk greedy support to consume all sbrk memory - Move the heap sbrk code into a separate routnine. - Update heap and workspace greedy allocators to use the common sbrk greedy support. Closes #3982 --- cpukit/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 565aa66ce1..14abc8bb6a 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -217,6 +217,7 @@ librtemscpu_a_SOURCES += libcsupport/src/rtems_heap_extend.c librtemscpu_a_SOURCES += libcsupport/src/rtems_heap_extend_via_sbrk.c librtemscpu_a_SOURCES += libcsupport/src/rtems_heap_greedy.c librtemscpu_a_SOURCES += libcsupport/src/rtems_heap_null_extend.c +librtemscpu_a_SOURCES += libcsupport/src/rtems_heap_sbrk_greedy.c librtemscpu_a_SOURCES += libcsupport/src/rtems_memalign.c librtemscpu_a_SOURCES += libcsupport/src/rtems_mkdir.c librtemscpu_a_SOURCES += libcsupport/src/rtems_putc.c -- cgit v1.2.3