Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp496 HeapAddressDescription heap_descr; in PrintAddressDescription() local
497 if (GetHeapAddressInformation(addr, access_size, &heap_descr)) { in PrintAddressDescription()
498 heap_descr.Print(); in PrintAddressDescription()