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.h43 AllocType dealloc_type);
Dasan_report.cc667 AllocType dealloc_type) { in ReportAllocTypeMismatch() argument
672 CHECK_NE(alloc_type, dealloc_type); in ReportAllocTypeMismatch()
677 alloc_names[alloc_type], dealloc_names[dealloc_type], addr); in ReportAllocTypeMismatch()