Home
last modified time | relevance | path

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

1234

/freebsd-12.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 DASN1_STRING_new.pod24 ASN1_STRING_free() frees up B<a>.
H A DDH_new.pod19 DH_free() frees the B<DH> structure and its components. The values are
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 DX509_STORE_new.pod28 X509_STORE_free() frees up a single X509_STORE object.
H A DRSA_new.pod20 RSA_free() frees the B<RSA> structure and its components. The key is
H A DRSA_blinding_on.pod25 RSA_blinding_off() turns blinding off and frees the memory used for
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 DSSL_free.pod16 structure pointed to by B<ssl> and frees up the allocated memory if the
H A DDSA_SIG_new.pod21 DSA_SIG_free() frees the B<DSA_SIG> structure and its components. The
H A DEVP_PKEY_CTX_new.pod28 EVP_PKEY_CTX_free() frees up the context B<ctx>.
H A DBN_new.pod32 BN_free() frees the components of the B<BIGNUM>, and if it was created
H A DEC_GROUP_new.pod115 EC_GROUP_free frees the memory associated with the EC_GROUP.
118 EC_GROUP_clear_free destroys any sensitive data held within the EC_GROUP and then frees its memory.
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-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_stats.h31 uptr frees; member
H A Dasan_stats.cc47 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print()
/freebsd-12.1/sys/xen/interface/xsm/
H A Dflask_op.h130 uint32_t frees; member
/freebsd-12.1/sys/kern/
H A Dkern_malloc.c1213 uint64_t allocs, frees; in DB_SHOW_COMMAND() local
1222 frees = 0; in DB_SHOW_COMMAND()
1228 frees += mtsp->mts_numfrees; in DB_SHOW_COMMAND()
1233 mtp->ks_shortdesc, allocs - frees, in DB_SHOW_COMMAND()
/freebsd-12.1/sys/vm/
H A Duma_core.c3960 uint64_t allocs, frees, sleeps; local
3963 allocs = frees = sleeps = 0;
3972 frees += cache->uc_frees;
3975 frees += z->uz_frees;
3982 *freesp = frees;
4272 uint64_t allocs, frees, sleeps; local
4282 frees = z->uz_frees;
4287 &frees, &sleeps);
4296 (intmax_t)(allocs - frees), cachefree,
4307 uint64_t allocs, frees; local
[all …]

1234