|
From: Florian K. <fl...@ei...> - 2015-04-08 09:48:50
|
On 08.04.2015 11:37, juris wrote: > Thank you very much! The example is helpful. (But the documentation isn't :-( You know how it is with documentation... Patches welcome. :) > This looks sufficient to implement the marking of separate bits. > Am I safe to assume that V bit value '0' will always mean 'defined' and > '1' will mean 'undefined'? Yes. memcheck/mc_include.h:#define V_BIT_DEFINED 0 memcheck/mc_include.h:#define V_BIT_UNDEFINED 1 Florian |