Home
last modified time | relevance | path

Searched refs:frees (Results 1 – 25 of 110) sorted by path

12345

/freebsd/contrib/file/
H A DChangeLog940 (prevents double frees on non mmap platforms)
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp742 thread_stats.frees++; in Deallocate()
H A Dasan_stats.cpp46 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print()
H A Dasan_stats.h30 uptr frees; member
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def168 FUZZER_FLAG_INT(trace_malloc, 0, "If >= 1 will print all mallocs/frees. "
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp463 thread_stats.frees++; in Deallocate()
H A Dmemprof_stats.cpp46 Printf("Stats: %zuM freed by %zu calls\n", freed >> 20, frees); in Print()
H A Dmemprof_stats.h30 uptr frees; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def17 // When adding a function which frees memory include the LibFunc
/freebsd/contrib/ncurses/
H A DINSTALL345 For testing, compile-in code that frees memory that normally would not
353 debugging version of the ncurses library which frees those chunks
360 unplanned) extension which frees memory in a manner that would let the
/freebsd/contrib/ntp/
H A DChangeLog3947 * [Bug 1264] CID 64: gsoc_sntp on_wire() frees wrong ptr receiving KoD.
H A DCommitLog176433 [Bug 1264] CID 64: gsoc_sntp on_wire() frees wrong ptr receiving KoD.
176449 [Bug 1264] CID 64: gsoc_sntp on_wire() frees wrong ptr receiving KoD.
176461 [Bug 1264] CID 64: gsoc_sntp on_wire() frees wrong ptr receiving KoD.
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES10153 reported as ineffective before. This also frees up
/freebsd/contrib/tcsh/
H A DPorted201 NOTES : aix G9.9 sfname() frees bad pointers. Use TCF with care!
/freebsd/contrib/unbound/
H A Dconfig.h.in862 /* use statistics for allocs and frees, for debug use */
H A Dconfigure.ac584 AC_DEFINE(UNBOUND_ALLOC_STATS, 1, [use statistics for allocs and frees, for debug use])
/freebsd/contrib/unbound/doc/
H A DChangelog4115 - Fix that unbound-control reload frees the rrset keys and returns
7309 - Fix forward-zone memory, uses malloc and frees original root dp.
11134 - malloc and free overrides that track total allocation and frees.
11632 * double frees fixed in error conditions.
/freebsd/crypto/heimdal/
H A DChangeLog.2001950 that the code jumps to in case of errors that frees all allocated
H A DChangeLog.2005732 * lib/krb5/keytab.c: krb5_kt_close frees all resources, even on
/freebsd/crypto/openssh/
H A DChangeLog3043 It allocates abs_dst inside a loop but only frees it on exit, so free
3066 frees it and allocates a new one. Patch from emaste at freebsd.org and
7617 upstream: channel_new no longer frees remote_name. So update the
/freebsd/crypto/openssl/doc/internal/man3/
H A DOPENSSL_SA.pod63 B<ossl_sa_I<TYPE>_free>() frees up the I<sa> structure. It does I<not> free up any
66 B<ossl_sa_I<TYPE>_free_leaves>() frees up the I<sa> structure and all of its
H A DOSSL_METHOD_STORE.pod69 ossl_method_store_free() frees resources allocated to I<store>.
H A Devp_generic_fetch.pod81 frees the given method.
H A Dossl_cmp_asn1_octet_string_set1.pod20 ossl_cmp_asn1_octet_string_set1() frees any previous value of the variable
24 ossl_cmp_asn1_octet_string_set1_bytes() frees any previous value of the variable
H A Dossl_rand_get_entropy.pod32 ossl_rand_cleanup_entropy() cleanses and frees any storage allocated by
44 ossl_rand_cleanup_nonce() cleanses and frees any storage allocated by

12345