Home
last modified time | relevance | path

Searched refs:MBlock (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h158 struct MBlock { struct
165 COMPILER_CHECK(sizeof(MBlock) == 16); argument
H A Dtsan_sync.h116 MBlock* GetBlock(uptr p);
130 typedef DenseSlabAlloc<MBlock, 1 << 18, 1 << 12, kFlagMask> BlockAlloc;
H A Dtsan_sync.cpp60 MBlock *b = block_alloc_.Map(idx); in AllocBlock()
71 MBlock* b = GetBlock(p); in FreeBlock()
179 MBlock* MetaMap::GetBlock(uptr p) { in GetBlock()
H A Dtsan_debugging.cpp204 MBlock *b = 0; in __tsan_locate_address()
244 MBlock *b = 0; in __tsan_get_alloc_stack()
H A Dtsan_external.cpp102 MBlock *b = nullptr; in __tsan_external_assign_tag()
H A Dtsan_interface_java.cpp159 MBlock *b = ctx->metamap.GetBlock(from); in __tsan_java_find()
H A Dtsan_mman.cpp315 MBlock *b = ctx->metamap.GetBlock((uptr)p); in user_alloc_usable_size()
H A Dtsan_rtl_report.cpp339 MBlock *b = 0; in AddLocation()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp103 MBlock *b = ctx->metamap.GetBlock(cbctx.start); in SymbolizeData()