Home
last modified time | relevance | path

Searched defs:DlsymAlloc (Results 1 – 6 of 6) sorted by relevance

/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp24 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { global() struct
25 UseImplDlsymAlloc UseImpl() argument
26 OnAllocateDlsymAlloc OnAllocate() argument
33 OnFreeDlsymAlloc OnFree() argument
[all...]
/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp50 return DlsymAlloc::Free(ptr); in INTERCEPTOR() argument
33 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { global() struct
[all...]
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp33 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct
38 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() argument
[all...]
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp32 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { global() struct
52 UseImplDlsymAlloc INTERCEPTOR() argument
[all...]
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp72 return DlsymAlloc::Allocate(size); in INTERCEPTOR() argument
47 struct DlsymAlloc : DlSymAllocator<DlsymAlloc> { global() struct
48 UseImplDlsymAlloc UseImpl() argument
[all...]
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp81 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { global() struct
82 UseImplDlsymAlloc UseImpl() argument
[all...]