HomeSort by relevance Sort by last modified time
    Searched refs:heap_chunk_size (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 77 uptr heap_chunk_size; member in struct:__tsan::ReportLocation
tsan_report.cc 30 : type(type), global(), heap_chunk_start(0), heap_chunk_size(0), tid(0),
187 loc->heap_chunk_size, loc->heap_chunk_start,
399 loc->heap_chunk_size, loc->heap_chunk_start);
tsan_debugging.cc 119 *size = loc->heap_chunk_size;
tsan_rtl_report.cc 334 loc->heap_chunk_size = b->siz;
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 98 loc->heap_chunk_size = b->siz;

Completed in 66 milliseconds