Home
last modified time | relevance | path

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

/external/compiler-rt/include/sanitizer/
Dmsan_interface.h79 void __msan_allocated_memory(void* data, size_t size);
97 #define __msan_allocated_memory(data, size)
/external/llvm/lib/Support/
DAllocator.cpp110 __msan_allocated_memory(Ptr, Size); in Allocate()
126 __msan_allocated_memory(Ptr, Size); in Allocate()
135 __msan_allocated_memory(Ptr, Size); in Allocate()
/external/compiler-rt/lib/msan/
Dmsan_interface_internal.h122 void __msan_allocated_memory(void* data, uptr size);
Dmsan_interceptors.cc748 void __msan_allocated_memory(void* data, uptr size) { in __msan_allocated_memory() function
/external/llvm/include/llvm/Support/
DCompiler.h311 # define __msan_allocated_memory(p, size) macro