Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerLoop.cpp59 Frees = 0; in Start()
65 Frees.load(), Mallocs == Frees ? "same" : "DIFFERENT"); in Stop()
66 bool Result = Mallocs > Frees; in Stop()
68 Frees = 0; in Stop()
73 std::atomic<size_t> Frees; member
116 size_t N = AllocTracer.Frees++; in FreeHook()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_CRMF_MSG_set0_validity.pod59 certTemplate of I<crm>. Frees any pre-existing ones and consumes I<exts>.
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dmisc.rst363 Frees the `cpu_infos` array previously allocated with :c:func:`uv_cpu_info`.
538 Frees the `pwd` memory previously allocated with :c:func:`uv_os_get_passwd`.
624 Frees the memory allocated for the environment variables by
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dct.h.in162 * Frees the SCT and the underlying data structures.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5125 const auto &Frees = FreesForMalloc.lookup(&I); in updateImpl() local
5126 if (Frees.size() != 1) in updateImpl()
5128 Instruction *UniqueFree = *Frees.begin(); in updateImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2727 (** Frees the memory of a pass pipeline. For function pipelines, does not free
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-20161851 (free_words): New function: Frees the memory allocated to the
H A DChangeLog-20052998 (_bfd_dwarf2_cleanup_debug_info): New function: Frees memory
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20161851 (free_words): New function: Frees the memory allocated to the
H A DChangeLog-20052998 (_bfd_dwarf2_cleanup_debug_info): New function: Frees memory
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20161851 (free_words): New function: Frees the memory allocated to the
H A DChangeLog-20052998 (_bfd_dwarf2_cleanup_debug_info): New function: Frees memory
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-20161851 (free_words): New function: Frees the memory allocated to the
H A DChangeLog-20052998 (_bfd_dwarf2_cleanup_debug_info): New function: Frees memory
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog.dataflow1598 (df_chain_fully_remove_problem, df_chain_free): Frees
H A DFSFChangeLog.108246 (cpp_cleanup): New function. Frees resources used by a cpp_reader.
H A DChangeLog-201019646 (free_loop_data): Frees up loop iteration descriptors.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.texi6540 @section @code{FREE} --- Frees memory
6546 Frees memory previously allocated by @code{MALLOC}. The @code{FREE}
H A Dgfortran.info12540 9.115 'FREE' -- Frees memory
12544 Frees memory previously allocated by 'MALLOC'. The 'FREE'
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.texi6538 @section @code{FREE} --- Frees memory
6544 Frees memory previously allocated by @code{MALLOC}. The @code{FREE}
H A Dgfortran.info12210 8.115 'FREE' -- Frees memory
12214 Frees memory previously allocated by 'MALLOC'. The 'FREE'
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtarget.def1419 /* Frees the scheduler context. */
H A DFSFChangeLog.108246 (cpp_cleanup): New function. Frees resources used by a cpp_reader.