Home
last modified time | relevance | path

Searched refs:frees (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/llvm/
H A Dtwine-local.rst7 Looks for local ``Twine`` variables which are prone to use after frees and
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_stats.h30 uptr frees; member
H A Dmemprof_stats.cpp46 Printf("Stats: %zuM freed by %zu calls\n", freed >> 20, frees); in Print()
H A Dmemprof_allocator.cpp462 thread_stats.frees++; in Deallocate()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_stats.h30 uptr frees; member
H A Dasan_stats.cpp46 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print()
H A Dasan_allocator.cpp647 thread_stats.frees++; in QuarantineChunk()
/llvm-project-15.0.7/llvm/test/BugPoint/
H A Dremove_arguments_test.ll6 ; unnecessary. And clean up any types that frees up too.
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Darm-negative-stride.ll4 ; frees up a register from holding the trip count.
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DSideEffectInterfaces.td55 // The following effect indicates that the operation frees some resource that
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A DRetainCountExamples.m36 // Test that retain release checker warns on leaks and use-after-frees when
/llvm-project-15.0.7/mlir/test/Dialect/Transform/
H A Dcheck-use-after-free.mlir117 // precede the one that frees it in the same block. Both operations should
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc.mm148 CFRelease(str); // default allocator also frees bytes
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dlower-em-ehsjlj.ll247 ; before the call. We insert a 'free' call that frees 'setjmpTable' before every
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def168 FUZZER_FLAG_INT(trace_malloc, 0, "If >= 1 will print all mallocs/frees. "
/llvm-project-15.0.7/llvm/test/Transforms/LICM/
H A Dhoist-alloc.ll327 ; We would need context sensitive reasoning about frees (which we don't
/llvm-project-15.0.7/llvm/docs/
H A DGarbageCollection.rst80 Garbage collection is a widely used technique that frees the programmer from
749 The mutator maintains a reference count for each object and frees an object
H A DAMDGPUUsage.rst745 automatically allocates memory when it creates a wavefront and frees it when
H A DLangRef.rst1595 * "free": the function frees the block of memory specified by ``allocptr``.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.td101 op are rejected by this operation. This operation reads and frees the
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def17 // When adding a function which frees memory include the LibFunc
/llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUOps.td958 The `gpu.dealloc` operation frees the region of memory referenced by a
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/IR/
H A DMemRefOps.td422 The `dealloc` operation frees the region of memory referenced by a memref