Searched refs:AnnotateNewMemory (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Include/ |
D | dynamic_annotations.h | 156 AnnotateNewMemory(__FILE__, __LINE__, address, size) 413 void AnnotateNewMemory(const char *file, int line,
|
/external/python/cpython3/Python/ |
D | dynamic_annotations.c | 87 void AnnotateNewMemory(const char *file, int line, in AnnotateNewMemory() function
|
/external/libchrome/base/third_party/dynamic_annotations/ |
D | dynamic_annotations.h | 198 DYNAMIC_ANNOTATIONS_NAME(AnnotateNewMemory)(__FILE__, __LINE__, address, \ 489 void DYNAMIC_ANNOTATIONS_NAME(AnnotateNewMemory)(
|
D | dynamic_annotations.c | 151 void DYNAMIC_ANNOTATIONS_NAME(AnnotateNewMemory)( in DYNAMIC_ANNOTATIONS_NAME() argument
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_ann.cc | 294 void INTERFACE_ATTRIBUTE AnnotateNewMemory(char *f, int l, uptr mem, in AnnotateNewMemory() function 296 SCOPED_ANNOTATION(AnnotateNewMemory); in AnnotateNewMemory()
|