Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp184 loc->heap_chunk_size, in PrintLocation()
189 object_type, loc->heap_chunk_size, in PrintLocation()
398 Printf("Heap block of size %zu at %p allocated by ", loc->heap_chunk_size, in PrintLocation()
H A Dtsan_report.h76 uptr heap_chunk_size = 0; member
H A Dtsan_debugging.cpp136 *size = loc->heap_chunk_size; in __tsan_get_report_loc()
H A Dtsan_rtl_report.cpp310 loc->heap_chunk_size = b->siz; in AddLocation()
/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp105 loc->heap_chunk_size = b->siz; in SymbolizeData()