Searched refs:ANNOTATE_PUBLISH_MEMORY_RANGE (Results 1 – 6 of 6) sorted by relevance
95 #ifndef ANNOTATE_PUBLISH_MEMORY_RANGE96 #define ANNOTATE_PUBLISH_MEMORY_RANGE(a, b) macro
8 ANNOTATE_PUBLISH_MEMORY_RANGE(argv[0], sizeof(argv[0])); in main()
2 The annotation macro ANNOTATE_PUBLISH_MEMORY_RANGE has not yet been implemented in <valgrind/helgri…
4519 ANNOTATE_PUBLISH_MEMORY_RANGE(GLOB, sizeof(*GLOB)); in Publisher()4564 ANNOTATE_PUBLISH_MEMORY_RANGE(&GLOB, sizeof(GLOB)); in Publisher()5418 ANNOTATE_PUBLISH_MEMORY_RANGE(GLOB + b, e - b); in PublishRange()6469 ANNOTATE_PUBLISH_MEMORY_RANGE(&container, sizeof(container)); in Swapper()
140 #undef ANNOTATE_PUBLISH_MEMORY_RANGE208 #define ANNOTATE_PUBLISH_MEMORY_RANGE(addr, size) do { } while(0) macro
560 #define ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) \ macro