Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemory.h77 bool FreeBlock(lldb::addr_t addr);
/openbsd-src/gnu/llvm/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()