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

  /external/valgrind/drd/tests/
annotate_publish_hg.c 8 ANNOTATE_PUBLISH_MEMORY_RANGE(argv[0], sizeof(argv[0]));
annotate_publish_hg.stderr.exp 2 The annotation macro ANNOTATE_PUBLISH_MEMORY_RANGE has not yet been implemented in <valgrind/helgrind.h>
tsan_unittest.cpp     [all...]
  /external/regex-re2/util/
util.h 95 #ifndef ANNOTATE_PUBLISH_MEMORY_RANGE
96 #define ANNOTATE_PUBLISH_MEMORY_RANGE(a, b)
  /external/valgrind/drd/
drd.h 140 #undef ANNOTATE_PUBLISH_MEMORY_RANGE
208 #define ANNOTATE_PUBLISH_MEMORY_RANGE(addr, size) do { } while(0)
  /external/valgrind/helgrind/
helgrind.h 552 arc from the call ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) to
560 #define ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) \
561 _HG_CLIENTREQ_UNIMP("ANNOTATE_PUBLISH_MEMORY_RANGE")
    [all...]

Completed in 615 milliseconds