Searched refs:ANNOTATE_PUBLISH_MEMORY_RANGE (Results 1 - 11 of 11) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dannotate_publish_hg.c8 ANNOTATE_PUBLISH_MEMORY_RANGE(argv[0], sizeof(argv[0]));
H A Dannotate_publish_hg.stderr.exp2 The annotation macro ANNOTATE_PUBLISH_MEMORY_RANGE has not yet been implemented in <valgrind/helgrind.h>
H A Dtsan_unittest.cpp4393 // -- ANNOTATE_PUBLISH_MEMORY_RANGE.
4484 // Similar to test91, but annotated with ANNOTATE_PUBLISH_MEMORY_RANGE.
4498 // A happens-before arc is created between ANNOTATE_PUBLISH_MEMORY_RANGE and
4515 ANNOTATE_PUBLISH_MEMORY_RANGE(GLOB, sizeof(*GLOB));
4549 // test93: TP. Test for incorrect usage of ANNOTATE_PUBLISH_MEMORY_RANGE. {{{1
4560 ANNOTATE_PUBLISH_MEMORY_RANGE(&GLOB, sizeof(GLOB));
4564 printf("test93: positive, misuse of ANNOTATE_PUBLISH_MEMORY_RANGE\n");
5374 // test112: STAB. Test for ANNOTATE_PUBLISH_MEMORY_RANGE{{{1
5414 ANNOTATE_PUBLISH_MEMORY_RANGE(GLOB + b, e - b);
5427 printf("test112: stability (ANNOTATE_PUBLISH_MEMORY_RANGE)\
[all...]
/external/chromium_org/third_party/re2/util/
H A Dutil.h100 #ifndef ANNOTATE_PUBLISH_MEMORY_RANGE
101 #define ANNOTATE_PUBLISH_MEMORY_RANGE(a, b) macro
/external/regex-re2/util/
H A Dutil.h95 #ifndef ANNOTATE_PUBLISH_MEMORY_RANGE
96 #define ANNOTATE_PUBLISH_MEMORY_RANGE(a, b) macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Ddynamic_annotations.h129 arc from the call ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) to
134 #define ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) \ macro
145 ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size); \
346 #define ANNOTATE_PUBLISH_MEMORY_RANGE(address, size) /* empty */ macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Ddynamic_annotations.h129 arc from the call ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) to
134 #define ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) \ macro
145 ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size); \
346 #define ANNOTATE_PUBLISH_MEMORY_RANGE(address, size) /* empty */ macro
/external/chromium_org/third_party/cld/base/
H A Ddynamic_annotations.h96 // arc from the call ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) to
98 #define ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) \ macro
246 #define ANNOTATE_PUBLISH_MEMORY_RANGE(address, size) // empty macro
/external/valgrind/main/drd/
H A Ddrd.h140 #undef ANNOTATE_PUBLISH_MEMORY_RANGE macro
208 #define ANNOTATE_PUBLISH_MEMORY_RANGE(addr, size) do { } while(0) macro
/external/chromium_org/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.h151 #define ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) \ macro
164 ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size); \
396 #define ANNOTATE_PUBLISH_MEMORY_RANGE(address, size) /* empty */ macro
/external/valgrind/main/helgrind/
H A Dhelgrind.h493 arc from the call ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) to
501 #define ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) \ macro
502 _HG_CLIENTREQ_UNIMP("ANNOTATE_PUBLISH_MEMORY_RANGE")

Completed in 315 milliseconds