memcpy() comparison: C, Rust, and D
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Thu Feb 2 01:28:15 PST 2017
On 2/2/2017 1:21 AM, Claude wrote:
> On Wednesday, 1 February 2017 at 21:16:30 UTC, Walter Bright wrote:
>> 6. Valgrind isn't available on all platforms, like Windows, embedded systems,
>> phones (?), etc.
>
> You can use valgrind on embedded systems as long as they run a GNU/Linux OS.
> I've used valgrind successfully many times on ARM architecture.
> But I don't know if it works with Android, and I doubt it works on baremetal
> indeed.
I seem to recall Valgrind wasn't on OSX, either, at one point. Maybe that has
since been corrected.
More information about the Digitalmars-d
mailing list