Re: [riot-devel] Memory Management

2015-02-02 Thread Hiesgen, Raphael
Hello, ah, sure. I did not connect tests/malloc to the path in RIOT. Thanks for the clarification. Raphael On Jan 30, 2015, at 4:07 PM, Benjamin Valentin benpi...@zedat.fu-berlin.de wrote: On 24.01.2015 11:04, Hiesgen, Raphael wrote: Hello Benjamin, I'm not sure what that

Re: [riot-devel] Memory Management

2015-01-30 Thread Benjamin Valentin
On 24.01.2015 11:04, Hiesgen, Raphael wrote: Hello Benjamin, I'm not sure what that documentation is based on though, running tests/malloc will allocate and free all available memory just fine. may I ask how you tested this? I just flashed the test to my board (not stm32f4discovery, but

Re: [riot-devel] Memory Management

2015-01-24 Thread Hiesgen, Raphael
Hello Benjamin, I'm not sure what that documentation is based on though, running tests/malloc will allocate and free all available memory just fine. may I ask how you tested this? Raphael ___ devel mailing list devel@riot-os.org

Re: [riot-devel] Memory Management

2015-01-22 Thread Martine Lenders
Hi Raphael, for the native-stuff you have to ask Ludwig for the specifics as to of why, but most of the hosts system's implementation of standard functions are wrapped. I think this was because our POSIX interface would otherwise colide with the system's POSIX interface. As for the other boards

Re: [riot-devel] Memory Management

2015-01-22 Thread Ludwig Ortmann
Hi, On Thu, Jan 22, 2015 at 10:56:22AM +0100, Martine Lenders wrote: for the native-stuff you have to ask Ludwig for the specifics as to of why, but most of the hosts system's implementation of standard functions are wrapped. I think this was because our POSIX interface would otherwise colide