Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_sync_test.cpp28 uptr sz = m->FreeBlock(thr->proc(), (uptr)&block[0], true); in TEST()
69 m->FreeBlock(thr->proc(), (uptr)&block[0], true); in TEST()
121 uptr sz = m->FreeBlock(thr->proc(), (uptr)&block[0], true); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h106 uptr FreeBlock(Processor *proc, uptr p, bool reset);
H A Dtsan_mman.cpp268 UNUSED uptr sz = ctx->metamap.FreeBlock(thr->proc(), p, false); in OnUserFree()
273 uptr sz = ctx->metamap.FreeBlock(thr->proc(), p, true); in OnUserFree()
H A Dtsan_sync.cpp59 uptr MetaMap::FreeBlock(Processor *proc, uptr p, bool reset) { in FreeBlock() function in __tsan::MetaMap
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_sync.h113 uptr FreeBlock(Processor *proc, uptr p);
H A Dtsan_sync.cpp71 uptr MetaMap::FreeBlock(Processor *proc, uptr p) { in FreeBlock() function in __tsan::MetaMap
H A Dtsan_mman.cpp251 uptr sz = ctx->metamap.FreeBlock(thr->proc(), p); in OnUserFree()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DMemory.h77 bool FreeBlock(lldb::addr_t addr);
/llvm-project-15.0.7/lldb/source/Target/
H A DMemory.cpp316 bool AllocatedBlock::FreeBlock(addr_t addr) { in FreeBlock() function in AllocatedBlock
410 success = pos->second->FreeBlock(addr); in DeallocateMemory()