Searched refs:__msan_allocated_memory (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dmsan_interface.h50 __msan_allocated_memory() instead. */
91 void __msan_allocated_memory(const volatile void* data, size_t size);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DRecycler.h46 __msan_allocated_memory(Val, Size);
H A DArrayRecycler.h51 __msan_allocated_memory(Entry, Capacity::get(Idx).getSize());
H A DAllocator.h235 __msan_allocated_memory(AlignedPtr, Size);
253 __msan_allocated_memory(AlignedPtr, Size);
265 __msan_allocated_memory(AlignedPtr, Size);
H A DCompiler.h418 # define __msan_allocated_memory(p, size) macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interface_internal.h148 void __msan_allocated_memory(const void* data, uptr size);
H A Dmsan_interceptors.cpp932 void __msan_allocated_memory(const void *data, uptr size) { function

Completed in 89 milliseconds