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