HomeSort by relevance Sort by last modified time
    Searched defs:ANNOTATE_BENIGN_RACE_SIZED (Results 1 - 6 of 6) sorted by null

  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.h 242 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
408 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */
570 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
576 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.h 241 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
407 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */
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/
dynamic_annotations.h 212 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
356 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */
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/
dynamic_annotations.h 212 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
356 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */
544 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
550 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
  /external/valgrind/main/drd/
drd.h 80 #define DRD_IGNORE_VAR(x) ANNOTATE_BENIGN_RACE_SIZED(&(x), sizeof(x), "")
150 #undef ANNOTATE_BENIGN_RACE_SIZED
333 ANNOTATE_BENIGN_RACE_SIZED(addr, sizeof(*addr), descr)
337 #define ANNOTATE_BENIGN_RACE_SIZED(addr, size, descr) \
504 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
512 ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
  /external/valgrind/main/helgrind/
helgrind.h 605 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
    [all...]

Completed in 308 milliseconds