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.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()