Home
last modified time | relevance | path

Searched refs:Free (Results 1 – 25 of 103) sorted by relevance

12345

/llvm-project-15.0.7/libc/src/__support/threads/linux/
H A Dmutex.h34 Free, enumerator
43 futex_word(FutexWordType(LockState::Free)) {} in Mutex()
52 mutex->futex_word.set(FutexWordType(LockState::Free)); in init()
63 FutexWordType mutex_status = FutexWordType(LockState::Free); in lock()
98 case LockState::Free: in lock()
109 FutexWordType(LockState::Free))) { in unlock()
119 FutexWordType(LockState::Free))) in unlock()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp67 if (FreeMB.Free.allocatedSize() >= RequiredSize) { in allocateSection()
68 Addr = (uintptr_t)FreeMB.Free.base(); in allocateSection()
69 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize(); in allocateSection()
88 FreeMB.Free = in allocateSection()
140 FreeMB.Free = sys::MemoryBlock((void *)(Addr + Size), FreeSize); in allocateSection()
215 FreeMB.Free = trimBlockToPageSize(FreeMB.Free); in applyMemoryGroupPermissions()
222 return FreeMB.Free.allocatedSize() == 0; in applyMemoryGroupPermissions()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dattr-target-mv-func-ptrs.c13 FuncPtr Free = &foo; in bar() local
17 return Free(1) + Free(2); in bar()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h50 static void Free(void *ptr) { in Free() function
61 Free(ptr); in Realloc()
69 Free(ptr); in Realloc()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DMsfFile.rst16 2. :ref:`msf_freeblockmap` (also know as Free Page Map, or FPM)
24 2. Free Block Map 1 (corresponds to ``SuperBlock::FreeBlockMapBlock`` 1)
25 3. Free Block Map 2 (corresponds to ``SuperBlock::FreeBlockMapBlock`` 2)
37 | Meaning | :ref:`msf_superblock` | Free Block Map 1 | Free Block Map 2 | Data | \| | Data …
93 The Free Block Map
96 The Free Block Map (sometimes referred to as the Free Page Map, or FPM) is a
107 The Free Block Maps are stored as a series of single blocks throughout the file
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dattr-target-mv-func-ptrs.cpp28 FuncPtr Free = &foo; in bar() local
32 return Free(1) + (s.*Member)(2); in bar()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp40 Free(clock); in Reset()
41 Free(read_clock); in Reset()
84 block_alloc_.Free(&proc->block_cache, idx & ~kFlagMask); in FreeRange()
92 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask); in FreeRange()
218 sync_alloc_.Free(&thr->proc()->sync_cache, myidx); in GetSync()
H A Dtsan_rtl_thread.cpp161 Free(thr->tctx->sync); in ThreadStart()
241 Free(thr->shadow_stack); in ThreadFinish()
303 Free(arg.sync); in ThreadJoin()
321 void ThreadContext::OnDetached(void *arg) { Free(sync); } in OnDetached()
355 Free(fiber); in FiberDestroy()
H A Dtsan_mman.h64 void Free(T *&p) { in Free() function
76 Free(p); in DestroyAndFree()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.h62 void Free(T *&p) { in Free() function
74 Free(p); in DestroyAndFree()
H A Dtsan_sync.cpp96 block_alloc_.Free(&proc->block_cache, idx & ~kFlagMask); in FreeRange()
103 sync_alloc_.Free(&proc->sync_cache, idx & ~kFlagMask); in FreeRange()
207 sync_alloc_.Free(&thr->proc()->sync_cache, myidx); in GetSync()
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DSideEffectInterfaces.cpp27 return isa<Allocate, Free, Read, Write>(effect); in classof()
127 template bool mlir::hasSingleEffect<MemoryEffects::Free>(Operation *, Value);
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp39 return DlsymAlloc::Free(ptr); in INTERCEPTOR()
47 return DlsymAlloc::Free(ptr); in INTERCEPTOR()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DManagedMemoryRewrite.cpp372 Function *Free = M.getFunction("free"); in runOnModule() local
374 if (Free) { in runOnModule()
379 replaceAllUsesAndConstantUses(Free, PollyFreeManaged, Builder); in runOnModule()
380 Free->eraseFromParent(); in runOnModule()
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformInterfaces.cpp182 return isa<MemoryEffects::Free>(effect.getEffect()) && in checkAndRecordHandleInvalidation()
233 isa<MemoryEffects::Free>(effect.getEffect()); in applyTransform()
357 effects.emplace_back(MemoryEffects::Free::get(), handle, in consumesHandle()
378 hasEffect<MemoryEffects::Free, TransformMappingResource>(effects); in isHandleConsumed()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp77 return DlsymAlloc::Free(ptr); in __sanitizer_free()
87 return DlsymAlloc::Free(ptr); in __sanitizer_cfree()
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/COFF/
H A Dprivate-headers-old.test68 LOADCFG-NEXT: Decommit Free Block Threshold: 0
69 LOADCFG-NEXT: Decommit Total Free Threshold: 0
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp276 size_t Free = MI.fordblks; in TEST() local
279 EXPECT_GE(static_cast<size_t>(MI.fordblks), Free + BypassQuarantineSize); in TEST()
294 size_t Free = MI.fordblks; in TEST() local
297 EXPECT_GE(MI.fordblks, Free + BypassQuarantineSize); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp51 return DlsymAlloc::Free(ptr); in INTERCEPTOR()
59 return DlsymAlloc::Free(ptr); in INTERCEPTOR()
/llvm-project-15.0.7/llvm/test/Transforms/FunctionAttrs/
H A Dnofree-attributor.ll8 ; Free functions
37 ; Free occurs in same scc.
72 ; Free doesn't occur.
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Ddump-fpm.test3 CHECK: Free Page Map
H A Dwrite-fpm.test5 CHECK: Free Page Map
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mman_test.cpp32 Free(p); in TEST()
33 Free(p2); in TEST()
H A Dtsan_dense_alloc_test.cpp48 alloc.Free(&cache, idx); in TEST()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DSideEffectInterfaces.h236 struct Free : public Effect::Base<Free> {}; struct

12345