mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
helgrind: Implement ANNOTATE_BENIGN_RACE_SIZED()
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12434
This commit is contained in:
parent
9da23bfe62
commit
aad3c98711
@ -603,7 +603,7 @@ typedef
|
||||
/* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
|
||||
the memory range [address, address+size). */
|
||||
#define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
|
||||
_HG_CLIENTREQ_UNIMP("ANNOTATE_BENIGN_RACE_SIZED")
|
||||
VALGRIND_HG_DISABLE_CHECKING(address, size)
|
||||
|
||||
/* Request the analysis tool to ignore all reads in the current thread
|
||||
until ANNOTATE_IGNORE_READS_END is called. Useful to ignore
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user