Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.h63 AllocType dealloc_type);
Dasan_report.cc751 AllocType dealloc_type) { in ReportAllocTypeMismatch() argument
756 CHECK_NE(alloc_type, dealloc_type); in ReportAllocTypeMismatch()
761 alloc_names[alloc_type], dealloc_names[dealloc_type], addr); in ReportAllocTypeMismatch()