Searched defs:ReportLocation (Results 1 – 1 of 1) sorted by relevance
72 struct ReportLocation { struct73 ReportLocationType type = ReportLocationGlobal; argument74 DataInfo global = {};75 uptr heap_chunk_start = 0;76 uptr heap_chunk_size = 0;77 uptr external_tag = 0;78 Tid tid = kInvalidTid;79 int fd = 0;80 bool fd_closed = false;81 bool suppressable = false;[all …]