Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.cc30 : type(type), global(), heap_chunk_start(0), heap_chunk_size(0), tid(0), in ReportLocation()
187 loc->heap_chunk_size, loc->heap_chunk_start, in PrintLocation()
399 loc->heap_chunk_size, loc->heap_chunk_start); in PrintLocation()
Dtsan_report.h77 uptr heap_chunk_size; member
Dtsan_debugging.cc119 *size = loc->heap_chunk_size; in __tsan_get_report_loc()
Dtsan_rtl_report.cc334 loc->heap_chunk_size = b->siz; in AddLocation()
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc98 loc->heap_chunk_size = b->siz; in SymbolizeData()