summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/librtemscpu.yml
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2021-02-09 12:48:07 +1100
committerChris Johns <chrisj@rtems.org>2021-02-10 17:28:32 +1100
commit03dff2019f6972f9b202b15d57ab295d706d86cd (patch)
tree6e05487294aa5950f24ad7a17dc319ec7d19df0c /spec/build/cpukit/librtemscpu.yml
parentbsp/riscv: Re-license to BSD-2-Clause (diff)
downloadrtems-03dff2019f6972f9b202b15d57ab295d706d86cd.tar.bz2
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
Diffstat (limited to '')
-rw-r--r--spec/build/cpukit/librtemscpu.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index 097925398d..f54673f48c 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -713,6 +713,7 @@ source:
- cpukit/libcsupport/src/rtems_heap_extend_via_sbrk.c
- cpukit/libcsupport/src/rtems_heap_greedy.c
- cpukit/libcsupport/src/rtems_heap_null_extend.c
+- cpukit/libcsupport/src/rtems_heap_sbrk_greedy.c
- cpukit/libcsupport/src/rtems_memalign.c
- cpukit/libcsupport/src/rtems_mkdir.c
- cpukit/libcsupport/src/rtems_putc.c