Searched refs:frees (Results 1 – 25 of 84) sorted by relevance
1234
24 BIO_free() frees up a single BIO, BIO_vfree() also frees up a single BIO32 BIO_free_all() frees up an entire BIO chain, it does not halt if an error
21 ERR_remove_state() frees the error queue associated with the specified
19 DH_free() frees the B<DH> structure and its components. The values are
24 ASN1_STRING_free() frees up B<a>.
19 The function SSL_CONF_CTX_free() frees up the context B<cctx>.
20 DSA_free() frees the B<DSA> structure and its components. The values are
25 RSA_blinding_off() turns blinding off and frees the memory used for
20 RSA_free() frees the B<RSA> structure and its components. The key is
28 X509_STORE_free() frees up a single X509_STORE object.
21 ASN1_OBJECT_free() frees up the B<ASN1_OBJECT> structure B<a>.
23 CONF_modules_free() closes down and frees up all memory allocated by all
16 SSL_CTX object pointed to by B<ctx> and frees up the allocated memory if the reference count has re…
40 ASN1_STRING_TABLE_cleanup() frees all B<ASN1_STRING_TABLE> items added
28 EVP_PKEY_CTX_free() frees up the context B<ctx>.
21 DSA_SIG_free() frees the B<DSA_SIG> structure and its components. The
16 structure pointed to by B<ssl> and frees up the allocated memory if the
32 BN_free() frees the components of the B<BIGNUM>, and if it was created
16 SSL_free_buffers() frees the read and write buffers of the given B<ssl>.
35 BUF_MEM_free() frees up an already existing buffer. The data is zeroed
30 uptr frees; member
46 Printf("Stats: %zuM freed by %zu calls\n", freed >> 20, frees); in Print()
46 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print()
132 uint32_t frees; member
1447 uint64_t frees, alloced, freed; in get_malloc_stats() local1451 frees = 0; in get_malloc_stats()1458 frees += mtsp->mts_numfrees; in get_malloc_stats()1462 *inuse = *allocs - frees; in get_malloc_stats()