Home
last modified time | relevance | path

Searched refs:AnnotateNewMemory (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/third_party/dynamic_annotations/
Ddynamic_annotations.h198 DYNAMIC_ANNOTATIONS_NAME(AnnotateNewMemory)(__FILE__, __LINE__, address, \
489 void DYNAMIC_ANNOTATIONS_NAME(AnnotateNewMemory)(
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc294 void INTERFACE_ATTRIBUTE AnnotateNewMemory(char *f, int l, uptr mem, in AnnotateNewMemory() function
296 SCOPED_ANNOTATION(AnnotateNewMemory); in AnnotateNewMemory()