Home
last modified time | relevance | path

Searched refs:dealloc_type (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_report.h62 AllocType dealloc_type);
Dasan_report.cc863 AllocType dealloc_type) { in ReportAllocTypeMismatch() argument
868 CHECK_NE(alloc_type, dealloc_type); in ReportAllocTypeMismatch()
873 alloc_names[alloc_type], dealloc_names[dealloc_type], addr); in ReportAllocTypeMismatch()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_report.h59 AllocType dealloc_type);
Dasan_errors.h113 AllocType alloc_type, dealloc_type; member
122 dealloc_type(dealloc_type_), in ErrorAllocTypeMismatch()
Dasan_report.cpp243 AllocType dealloc_type) { in ReportAllocTypeMismatch() argument
246 alloc_type, dealloc_type); in ReportAllocTypeMismatch()
Dasan_errors.cpp124 CHECK_NE(alloc_type, dealloc_type); in Print()
129 dealloc_names[dealloc_type], addr_description.Address()); in Print()