Re: [PATCH] libcsupport: Have greedy allocations use consume extended memory

2021-02-08 Thread Chris Johns
On 9/2/21 8:09 am, Joel Sherrill wrote: > > > On Mon, Feb 8, 2021, 3:00 PM Chris Johns > wrote: > > On 9/2/21 12:37 am, Joel Sherrill wrote: > > On Mon, Feb 8, 2021 at 12:44 AM Chris Johns > >

Re: [PATCH] libcsupport: Have greedy allocations use consume extended memory

2021-02-08 Thread Joel Sherrill
On Mon, Feb 8, 2021, 3:00 PM Chris Johns wrote: > On 9/2/21 12:37 am, Joel Sherrill wrote: > > On Mon, Feb 8, 2021 at 12:44 AM Chris Johns > > wrote: > > > > On 8/2/21 5:38 pm, Sebastian Huber wrote: > > > > > > On 08/02/2021 07:30, chr...@rtems.org

Re: [PATCH] libcsupport: Have greedy allocations use consume extended memory

2021-02-08 Thread Chris Johns
On 9/2/21 12:37 am, Joel Sherrill wrote: > On Mon, Feb 8, 2021 at 12:44 AM Chris Johns > wrote: > > On 8/2/21 5:38 pm, Sebastian Huber wrote: > > > > On 08/02/2021 07:30, chr...@rtems.org wrote: > >> diff --git

Re: [PATCH] libcsupport: Have greedy allocations use consume extended memory

2021-02-08 Thread Joel Sherrill
On Mon, Feb 8, 2021 at 12:44 AM Chris Johns wrote: > On 8/2/21 5:38 pm, Sebastian Huber wrote: > > > > On 08/02/2021 07:30, chr...@rtems.org wrote: > >> diff --git a/cpukit/libcsupport/src/rtems_heap_greedy.c > >> b/cpukit/libcsupport/src/rtems_heap_greedy.c > >> index 4dda39873f..2361f17d2e

Re: [PATCH] libcsupport: Have greedy allocations use consume extended memory

2021-02-07 Thread Chris Johns
On 8/2/21 5:38 pm, Sebastian Huber wrote: > > On 08/02/2021 07:30, chr...@rtems.org wrote: >> diff --git a/cpukit/libcsupport/src/rtems_heap_greedy.c >> b/cpukit/libcsupport/src/rtems_heap_greedy.c >> index 4dda39873f..2361f17d2e 100644 >> --- a/cpukit/libcsupport/src/rtems_heap_greedy.c >> +++

Re: [PATCH] libcsupport: Have greedy allocations use consume extended memory

2021-02-07 Thread Sebastian Huber
On 08/02/2021 07:30, chr...@rtems.org wrote: diff --git a/cpukit/libcsupport/src/rtems_heap_greedy.c b/cpukit/libcsupport/src/rtems_heap_greedy.c index 4dda39873f..2361f17d2e 100644 --- a/cpukit/libcsupport/src/rtems_heap_greedy.c +++ b/cpukit/libcsupport/src/rtems_heap_greedy.c @@ -30,8

[PATCH] libcsupport: Have greedy allocations use consume extended memory

2021-02-07 Thread chrisj
From: Chris Johns - Call the heap extend handler until all memory has been requested. Closes #3982 --- cpukit/libcsupport/src/rtems_heap_greedy.c | 12 1 file changed, 12 insertions(+) diff --git a/cpukit/libcsupport/src/rtems_heap_greedy.c