Home
last modified time | relevance | path

Searched refs:Frees (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp56 Frees = 0; in Start()
62 Frees.load(), Mallocs == Frees ? "same" : "DIFFERENT"); in Stop()
63 bool Result = Mallocs > Frees; in Stop()
65 Frees = 0; in Stop()
70 std::atomic<size_t> Frees; member
113 size_t N = AllocTracer.Frees++; in FreeHook()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2671 (** Frees the memory of a pass pipeline. For function pipelines, does not free
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-20052998 (_bfd_dwarf2_cleanup_debug_info): New function: Frees memory
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.108246 (cpp_cleanup): New function. Frees resources used by a cpp_reader.