Searched defs:ANNOTATE_PUBLISH_MEMORY_RANGE (Results 1 - 8 of 8) sorted by path

/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/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/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/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/regex-re2/util/
H A Dutil.h95 #ifndef ANNOTATE_PUBLISH_MEMORY_RANGE
96 #define ANNOTATE_PUBLISH_MEMORY_RANGE(a, b) 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/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 613 milliseconds