kubamracek added inline comments. ================ Comment at: lib/lsan/lsan_common.h:58 +const u32 kInvalidTid = 0xffffff; // Must fit into 24 bits. + ---------------- Why does this have to fit into 24 bits? https://reviews.llvm.org/D29993