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 +++ >> spec/build/cpukit/librtems

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

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) , ___

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 size

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

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 +++ >

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 + >