Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h75 uptr heap_chunk_start; member
Dtsan_report.cc30 : type(type), global(), heap_chunk_start(0), heap_chunk_size(0), tid(0), in ReportLocation()
173 loc->heap_chunk_size, loc->heap_chunk_start, in PrintLocation()
Dtsan_rtl_report.cc328 loc->heap_chunk_start = (uptr)allocator()->GetBlockBegin((void *)addr); in AddLocation()