Home
last modified time | relevance | path

Searched refs:AnnotateTraceMemory (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Ddynamic_annotations.h256 AnnotateTraceMemory(__FILE__, __LINE__, address)
428 void AnnotateTraceMemory(const char *file, int line,
/external/python/cpython3/Python/
Ddynamic_annotations.c102 void AnnotateTraceMemory(const char *file, int line, in AnnotateTraceMemory() function
/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h301 DYNAMIC_ANNOTATIONS_NAME(AnnotateTraceMemory)(__FILE__, __LINE__, address)
509 void DYNAMIC_ANNOTATIONS_NAME(AnnotateTraceMemory)(
Ddynamic_annotations.c182 void DYNAMIC_ANNOTATIONS_NAME(AnnotateTraceMemory)( in DYNAMIC_ANNOTATIONS_NAME() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc286 void INTERFACE_ATTRIBUTE AnnotateTraceMemory(char *f, int l, uptr mem) { in AnnotateTraceMemory() function
287 SCOPED_ANNOTATION(AnnotateTraceMemory); in AnnotateTraceMemory()