On 05/05/2017 14:51, Martin Husemann wrote:
> On Fri, May 05, 2017 at 02:20:46PM +0100, Roy Marples wrote:
>> Debugging memory use is always important.
>> I'll move it to a separate function for clarity, but was hoping a better
>> guard name than __VALGRIND__ could be used.
>>
>> Maybe __DEBUG_MEMO
On 05/05/2017 14:51, Martin Husemann wrote:
> On Fri, May 05, 2017 at 02:20:46PM +0100, Roy Marples wrote:
>> Debugging memory use is always important.
>> I'll move it to a separate function for clarity, but was hoping a better
>> guard name than __VALGRIND__ could be used.
>>
>> Maybe __DEBUG_MEMO
On Fri, May 05, 2017 at 02:20:46PM +0100, Roy Marples wrote:
> Debugging memory use is always important.
> I'll move it to a separate function for clarity, but was hoping a better
> guard name than __VALGRIND__ could be used.
>
> Maybe __DEBUG_MEMORY__ or __FREE_RESOURCES__?
The point was that we
On 05/05/2017 12:56, Robert Elz wrote:
> Date:Fri, 5 May 2017 11:49:28 +0100
> From:Roy Marples
> Message-ID:
>
> | In this case, exit() isn't called, the main function returns.
>
> Same thing, return from main is defined as implicitly calling exit.
>
> | In th
Date:Fri, 5 May 2017 11:49:28 +0100
From:Roy Marples
Message-ID:
| In this case, exit() isn't called, the main function returns.
Same thing, return from main is defined as implicitly calling exit.
| In the RTEMS case, everything runs in one process and a thread
On 05/05/2017 10:59, Robert Elz wrote:
> Date:Fri, 5 May 2017 09:07:14 +0100
> From:Roy Marples
> Message-ID:
>
> | As we know, parts of NetBSD code are used outside of NetBSD.
>
> Of course, and if there are any of those for which calling exit() does
> not free a
Date:Fri, 5 May 2017 09:07:14 +0100
From:Roy Marples
Message-ID:
| As we know, parts of NetBSD code are used outside of NetBSD.
Of course, and if there are any of those for which calling exit() does
not free all resources that have been allocated by the program, t
On 04/05/2017 23:51, Robert Elz wrote:
> Date:Thu, 4 May 2017 14:07:33 +
> From:"Roy Marples"
> Message-ID: <20170504140733.b327df...@cvs.netbsd.org>
>
> | Module Name: src
> | Committed By: roy
> | Date: Thu May 4 14:07:33 UTC 2017
>
Date:Thu, 4 May 2017 14:07:33 +
From:"Roy Marples"
Message-ID: <20170504140733.b327df...@cvs.netbsd.org>
| Module Name:src
| Committed By: roy
| Date: Thu May 4 14:07:33 UTC 2017
|
| Modified Files:
| src/usr.bin/tic: