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 D | tsan_report.cc | 31 : 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 D | tsan_report.h | 79 uptr heap_chunk_size; member
|
H A D | tsan_debugging.cc | 129 *size = loc->heap_chunk_size; in __tsan_get_report_loc()
|
H A D | tsan_rtl_report.cc | 339 loc->heap_chunk_size = b->siz; in AddLocation()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_report.cc | 29 : 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 D | tsan_report.h | 77 uptr heap_chunk_size; member
|
H A D | tsan_debugging.cc | 127 *size = loc->heap_chunk_size; in __tsan_get_report_loc()
|
H A D | tsan_rtl_report.cc | 337 loc->heap_chunk_size = b->siz; in AddLocation()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_report.cpp | 188 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 D | tsan_report.h | 75 uptr heap_chunk_size = 0; member
|
H A D | tsan_debugging.cpp | 134 *size = loc->heap_chunk_size; in __tsan_get_report_loc()
|
H A D | tsan_rtl_report.cpp | 350 loc->heap_chunk_size = b->siz; in AddLocation()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/ |
H A D | tsan_go.cc | 98 loc->heap_chunk_size = b->siz; in SymbolizeData()
|