| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | BIO_new.pod | 24 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 D | ERR_remove_state.pod | 21 ERR_remove_state() frees the error queue associated with the specified
|
| H A D | ASN1_STRING_new.pod | 24 ASN1_STRING_free() frees up B<a>.
|
| H A D | DH_new.pod | 19 DH_free() frees the B<DH> structure and its components. The values are
|
| H A D | SSL_CONF_CTX_new.pod | 19 The function SSL_CONF_CTX_free() frees up the context B<cctx>.
|
| H A D | DSA_new.pod | 20 DSA_free() frees the B<DSA> structure and its components. The values are
|
| H A D | X509_STORE_new.pod | 28 X509_STORE_free() frees up a single X509_STORE object.
|
| H A D | RSA_new.pod | 20 RSA_free() frees the B<RSA> structure and its components. The key is
|
| H A D | RSA_blinding_on.pod | 25 RSA_blinding_off() turns blinding off and frees the memory used for
|
| H A D | ASN1_OBJECT_new.pod | 21 ASN1_OBJECT_free() frees up the B<ASN1_OBJECT> structure B<a>.
|
| H A D | CONF_modules_free.pod | 23 CONF_modules_free() closes down and frees up all memory allocated by all
|
| H A D | SSL_CTX_free.pod | 16 SSL_CTX object pointed to by B<ctx> and frees up the allocated memory if the reference count has re…
|
| H A D | ASN1_STRING_TABLE_add.pod | 40 ASN1_STRING_TABLE_cleanup() frees all B<ASN1_STRING_TABLE> items added
|
| H A D | SSL_free.pod | 16 structure pointed to by B<ssl> and frees up the allocated memory if the
|
| H A D | DSA_SIG_new.pod | 21 DSA_SIG_free() frees the B<DSA_SIG> structure and its components. The
|
| H A D | EVP_PKEY_CTX_new.pod | 28 EVP_PKEY_CTX_free() frees up the context B<ctx>.
|
| H A D | BN_new.pod | 32 BN_free() frees the components of the B<BIGNUM>, and if it was created
|
| H A D | EC_GROUP_new.pod | 115 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 D | SSL_alloc_buffers.pod | 16 SSL_free_buffers() frees the read and write buffers of the given B<ssl>.
|
| H A D | BUF_MEM_new.pod | 35 BUF_MEM_free() frees up an already existing buffer. The data is zeroed
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_stats.h | 31 uptr frees; member
|
| H A D | asan_stats.cc | 47 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print()
|
| /freebsd-12.1/sys/xen/interface/xsm/ |
| H A D | flask_op.h | 130 uint32_t frees; member
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_malloc.c | 1213 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 D | uma_core.c | 3960 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 …]
|