Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp120 descr->chunk_begin = chunk.Beg(); in GetAccessToHeapChunkInformation()
149 (void *)descr.chunk_begin, in PrintHeapChunkAccess()
150 (void *)(descr.chunk_begin + descr.chunk_size)); in PrintHeapChunkAccess()
H A Dasan_debugging.cpp104 region_address = heap->chunk_access.chunk_begin; in __asan_locate_address()
H A Dasan_descriptions.h113 uptr chunk_begin; member
H A Dasan_report.cpp400 hdesc1.chunk_access.chunk_begin != hdesc2.chunk_access.chunk_begin; in IsInvalidPointerPair()