Re: [PATCH] added malloc usable size and test

2022-03-15 Thread Joel Sherrill
On Tue, Mar 15, 2022 at 10:25 AM Joel Sherrill wrote: > > > On Fri, Mar 4, 2022 at 8:58 PM zack leung > wrote: > >> closes #4503 >> --- >> cpukit/include/rtems/libcsupport.h| 5 +++ >> cpukit/libcsupport/src/mallocusablesize.c | 48 +++ >>

Re: [PATCH] added malloc usable size and test

2022-03-15 Thread Joel Sherrill
On Fri, Mar 4, 2022 at 8:58 PM zack leung wrote: > closes #4503 > --- > cpukit/include/rtems/libcsupport.h| 5 +++ > cpukit/libcsupport/src/mallocusablesize.c | 48 +++ > spec/build/cpukit/librtemscpu.yml | 1 + > testsuites/libtests/malloctest/init.c |

Re: [PATCH] added malloc usable size and test

2022-03-10 Thread zack leung
Ping Il ven 4 mar 2022, 21:58 zack leung ha scritto: > closes #4503 > --- > cpukit/include/rtems/libcsupport.h| 5 +++ > cpukit/libcsupport/src/mallocusablesize.c | 48 +++ > spec/build/cpukit/librtemscpu.yml | 1 + > testsuites/libtests/malloctest/init.c

[PATCH] added malloc usable size and test

2022-03-04 Thread zack leung
closes #4503 --- cpukit/include/rtems/libcsupport.h| 5 +++ cpukit/libcsupport/src/mallocusablesize.c | 48 +++ spec/build/cpukit/librtemscpu.yml | 1 + testsuites/libtests/malloctest/init.c | 15 ++- 4 files changed, 68 insertions(+), 1 deletion(-)

Re: [PATCH] added malloc usable size and test

2022-03-03 Thread Karel Gardas
Zack, not in the position of reviewing your code, but you should probably fill the template markers (, ) in the license comment below. Thanks, Karel On 3/4/22 03:49, zack leung wrote: + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (C) ,

[PATCH] added malloc usable size and test

2022-03-03 Thread zack leung
--- cpukit/include/rtems/libcsupport.h| 5 +++ cpukit/libcsupport/src/mallocusablesize.c | 48 +++ spec/build/cpukit/librtemscpu.yml | 1 + testsuites/libtests/malloctest/init.c | 15 ++- 4 files changed, 68 insertions(+), 1 deletion(-) create mode

Re: [PATCH] added malloc usable size and test

2022-02-28 Thread Gedare Bloom
On Sat, Feb 19, 2022 at 7:55 PM zack leung wrote: > > diff --git a/cpukit/include/rtems/libcsupport.h > b/cpukit/include/rtems/libcsupport.h > index f4be4cfc9a..ec385bb71a 100644 > --- a/cpukit/include/rtems/libcsupport.h > +++ b/cpukit/include/rtems/libcsupport.h > @@ -73,7 +73,10 @@ extern

Re: [PATCH] added malloc usable size and test

2022-02-25 Thread zack leung
ping On Sat, 26 Feb 2022 at 02:42, zack leung wrote: > ping > * > > On Sun, 20 Feb 2022 at 02:55, zack leung wrote: > >> diff --git a/cpukit/include/rtems/libcsupport.h >> b/cpukit/include/rtems/libcsupport.h >> index f4be4cfc9a..ec385bb71a 100644 >> --- a/cpukit/include/rtems/libcsupport.h

Re: [PATCH] added malloc usable size and test

2022-02-25 Thread zack leung
ping * On Sun, 20 Feb 2022 at 02:55, zack leung wrote: > diff --git a/cpukit/include/rtems/libcsupport.h > b/cpukit/include/rtems/libcsupport.h > index f4be4cfc9a..ec385bb71a 100644 > --- a/cpukit/include/rtems/libcsupport.h > +++ b/cpukit/include/rtems/libcsupport.h > @@ -73,7 +73,10 @@ extern

[PATCH] added malloc usable size and test

2022-02-19 Thread zack leung
diff --git a/cpukit/include/rtems/libcsupport.h b/cpukit/include/rtems/libcsupport.h index f4be4cfc9a..ec385bb71a 100644 --- a/cpukit/include/rtems/libcsupport.h +++ b/cpukit/include/rtems/libcsupport.h @@ -73,7 +73,10 @@ extern size_t malloc_free_space(void); * Find amount of free heap

Re: [PATCH] added malloc usable size and test

2022-02-18 Thread Gedare Bloom
On Thu, Feb 17, 2022 at 8:14 PM zack leung wrote: > > --- > cpukit/include/rtems/libcsupport.h| 5 ++- > cpukit/libcsupport/src/mallocusablesize.c | 47 +++ > spec/build/cpukit/librtemscpu.yml | 1 + > testsuites/libtests/malloctest/init.c | 13 +++ >

[PATCH] added malloc usable size and test

2022-02-17 Thread zack leung
--- cpukit/include/rtems/libcsupport.h| 5 ++- cpukit/libcsupport/src/mallocusablesize.c | 47 +++ spec/build/cpukit/librtemscpu.yml | 1 + testsuites/libtests/malloctest/init.c | 13 +++ 4 files changed, 65 insertions(+), 1 deletion(-) create mode

Re: [PATCH] added malloc usable size and test

2022-02-16 Thread Gedare Bloom
add bit more description and ticket # in commit msg On Sun, Feb 13, 2022 at 8:14 PM zack leung wrote: > > --- > cpukit/include/rtems/libcsupport.h| 8 ++- > cpukit/libcsupport/src/mallocusablesize.c | 28 +++ > spec/build/cpukit/librtemscpu.yml | 1 + >

[PATCH] added malloc usable size and test

2022-02-13 Thread zack leung
--- cpukit/include/rtems/libcsupport.h| 8 ++- cpukit/libcsupport/src/mallocusablesize.c | 28 +++ spec/build/cpukit/librtemscpu.yml | 1 + testsuites/libtests/malloctest/init.c | 15 +++- 4 files changed, 50 insertions(+), 2 deletions(-)