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

  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.h 152 #define ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) \
165 ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size); \
397 #define ANNOTATE_PUBLISH_MEMORY_RANGE(address, size) /* empty */
  /external/valgrind/dynamic_annotations/
dynamic_annotations.h 151 #define ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) \
164 ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size); \
396 #define ANNOTATE_PUBLISH_MEMORY_RANGE(address, size) /* empty */
  /external/valgrind/main/drd/
drd.h 171 #define ANNOTATE_PUBLISH_MEMORY_RANGE(addr, size) do { } while(0)
  /external/valgrind/main/helgrind/
helgrind.h 470 arc from the call ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) to
478 #define ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) \
479 _HG_CLIENTREQ_UNIMP("ANNOTATE_PUBLISH_MEMORY_RANGE")

Completed in 536 milliseconds