Home
last modified time | relevance | path

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

1234

/freebsd-13.1/crypto/openssl/doc/man3/
H A DBIO_new.pod24 BIO_free() frees up a single BIO, BIO_vfree() also frees up a single BIO
32 BIO_free_all() frees up an entire BIO chain, it does not halt if an error
H A DERR_remove_state.pod21 ERR_remove_state() frees the error queue associated with the specified
H A DDH_new.pod19 DH_free() frees the B<DH> structure and its components. The values are
H A DASN1_STRING_new.pod24 ASN1_STRING_free() frees up B<a>.
H A DSSL_CONF_CTX_new.pod19 The function SSL_CONF_CTX_free() frees up the context B<cctx>.
H A DDSA_new.pod20 DSA_free() frees the B<DSA> structure and its components. The values are
H A DRSA_blinding_on.pod25 RSA_blinding_off() turns blinding off and frees the memory used for
H A DRSA_new.pod20 RSA_free() frees the B<RSA> structure and its components. The key is
H A DX509_STORE_new.pod28 X509_STORE_free() frees up a single X509_STORE object.
H A DASN1_OBJECT_new.pod21 ASN1_OBJECT_free() frees up the B<ASN1_OBJECT> structure B<a>.
H A DCONF_modules_free.pod23 CONF_modules_free() closes down and frees up all memory allocated by all
H A DSSL_CTX_free.pod16 SSL_CTX object pointed to by B<ctx> and frees up the allocated memory if the reference count has re…
H A DASN1_STRING_TABLE_add.pod40 ASN1_STRING_TABLE_cleanup() frees all B<ASN1_STRING_TABLE> items added
H A DEVP_PKEY_CTX_new.pod28 EVP_PKEY_CTX_free() frees up the context B<ctx>.
H A DDSA_SIG_new.pod21 DSA_SIG_free() frees the B<DSA_SIG> structure and its components. The
H A DSSL_free.pod16 structure pointed to by B<ssl> and frees up the allocated memory if the
H A DBN_new.pod32 BN_free() frees the components of the B<BIGNUM>, and if it was created
H A DSSL_alloc_buffers.pod16 SSL_free_buffers() frees the read and write buffers of the given B<ssl>.
H A DBUF_MEM_new.pod35 BUF_MEM_free() frees up an already existing buffer. The data is zeroed
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/sys/xen/interface/xsm/
H A Dflask_op.h132 uint32_t frees; member
/freebsd-13.1/sys/kern/
H A Dkern_malloc.c1447 uint64_t frees, alloced, freed; in get_malloc_stats() local
1451 frees = 0; in get_malloc_stats()
1458 frees += mtsp->mts_numfrees; in get_malloc_stats()
1462 *inuse = *allocs - frees; in get_malloc_stats()

1234