View source code
Display the source code in etc/valgrind/valgrind.d from which this page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone.

Function etc.valgrind.valgrind.getVBits

Get the validity data for the address range covered by mem and copy it into the provided bits array.

uint getVBits (
  const(void)[] mem,
  ubyte[] bits
) nothrow @nogc;

Returns

- 0 if not running on valgrind - 1 success - 2 [previously indicated unaligned arrays; these are now allowed] - 3 if any parts of mem/bits are not addressable. The metadata is not copied in cases 0, 2 or 3 so it should be impossible to segfault your system by using this call.

Authors

License