Searched defs:ANNOTATE_BENIGN_RACE_SIZED (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.h241 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ macro
407 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */ macro
575 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
581 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Ddynamic_annotations.h212 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ macro
356 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */ macro
544 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
550 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Ddynamic_annotations.h212 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ macro
356 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */ macro
544 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
550 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
/external/valgrind/main/drd/
H A Ddrd.h80 #define DRD_IGNORE_VAR(x) ANNOTATE_BENIGN_RACE_SIZED(&(x), sizeof(x), "")
150 #undef ANNOTATE_BENIGN_RACE_SIZED macro
358 ANNOTATE_BENIGN_RACE_SIZED(addr, sizeof(*addr), descr)
362 #define ANNOTATE_BENIGN_RACE_SIZED(addr, size, descr) \ macro
550 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
558 ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
/external/valgrind/main/helgrind/
H A Dhelgrind.h606 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ macro

Completed in 335 milliseconds