Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_report.cc31 : type(type), global(), heap_chunk_start(0), heap_chunk_size(0), tid(0), in ReportLocation()
201 loc->heap_chunk_size, loc->heap_chunk_start, in PrintLocation()
205 object_type, loc->heap_chunk_size, loc->heap_chunk_start, in PrintLocation()
426 loc->heap_chunk_size, loc->heap_chunk_start); in PrintLocation()
H A Dtsan_report.h79 uptr heap_chunk_size; member
H A Dtsan_debugging.cc129 *size = loc->heap_chunk_size; in __tsan_get_report_loc()
H A Dtsan_rtl_report.cc339 loc->heap_chunk_size = b->siz; in AddLocation()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_report.cc29 : type(type), global(), heap_chunk_start(0), heap_chunk_size(0), tid(0), in ReportLocation()
199 loc->heap_chunk_size, loc->heap_chunk_start, in PrintLocation()
203 object_type, loc->heap_chunk_size, loc->heap_chunk_start, in PrintLocation()
424 loc->heap_chunk_size, loc->heap_chunk_start); in PrintLocation()
H A Dtsan_report.h77 uptr heap_chunk_size; member
H A Dtsan_debugging.cc127 *size = loc->heap_chunk_size; in __tsan_get_report_loc()
H A Dtsan_rtl_report.cc337 loc->heap_chunk_size = b->siz; in AddLocation()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_report.cpp188 loc->heap_chunk_size, in PrintLocation()
193 object_type, loc->heap_chunk_size, in PrintLocation()
419 Printf("Heap block of size %zu at %p allocated by ", loc->heap_chunk_size, in PrintLocation()
H A Dtsan_report.h75 uptr heap_chunk_size = 0; member
H A Dtsan_debugging.cpp134 *size = loc->heap_chunk_size; in __tsan_get_report_loc()
H A Dtsan_rtl_report.cpp350 loc->heap_chunk_size = b->siz; in AddLocation()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
H A Dtsan_go.cc98 loc->heap_chunk_size = b->siz; in SymbolizeData()