Home
last modified time | relevance | path

Searched refs:frees (Results 26 – 50 of 110) sorted by relevance

12345

/freebsd/crypto/openssl/doc/man3/
H A DDSA_SIG_new.pod21 DSA_SIG_free() frees the B<DSA_SIG> structure and its components. The
H A DBN_new.pod32 BN_free() frees the components of the B<BIGNUM>, and if it was created
H A DOSSL_PARAM_dup.pod33 OSSL_PARAM_free() frees the parameter array I<params> that was created using
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
H A DBN_mod_mul_reciprocal.pod34 BN_RECP_CTX_free() frees the components of the B<BN_RECP>, and, if it
H A DSRP_user_pwd_new.pod35 The SRP_user_pwd_free() function frees up the B<user_pwd> structure.
H A DOCSP_cert_to_id.pod40 OCSP_CERTID_free() frees up B<id>.
H A DBN_mod_mul_montgomery.pod42 BN_MONT_CTX_free() frees the components of the B<BN_MONT_CTX>, and, if
H A DSSL_SESSION_free.pod31 the B<SSL_SESSION> structure pointed to by B<session> and frees up the allocated
H A DBN_CTX_new.pod39 BN_CTX_free() frees the components of the B<BN_CTX> and the structure itself.
H A DOCSP_REQUEST_new.pod31 OCSP_REQUEST_free() frees up the request structure B<req>.
H A DX509_new.pod36 frees it up if the reference count is zero. If B<a> is NULL nothing is done.
H A DSRP_VBASE_new.pod44 The SRP_VBASE_free() function frees up the B<vb> structure.
H A DBIO_ADDRINFO.pod80 BIO_ADDRINFO_free() frees the chain of B<BIO_ADDRINFO> starting
H A DEC_POINT_new.pod108 EC_POINT_free() frees the memory associated with the B<EC_POINT>.
112 then frees its memory. If B<point> is NULL nothing is done.
H A DOCSP_response_status.pod48 OCSP_RESPONSE_free() frees up OCSP response I<resp>.
H A DECDSA_SIG_new.pod33 ECDSA_SIG_free() frees the B<ECDSA_SIG> structure I<sig>.
H A DBN_BLINDING_new.pod46 BN_BLINDING_free() frees the B<BN_BLINDING> structure.
H A DEVP_PKEY_CTX_new.pod55 EVP_PKEY_CTX_free() frees up the context I<ctx>.
H A DOSSL_ENCODER.pod63 I<encoder>, and when the count reaches zero, frees it.
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.cpp46 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print()
/freebsd/sys/kern/
H A Dkern_malloc.c1461 uint64_t frees, alloced, freed; in get_malloc_stats() local
1465 frees = 0; in get_malloc_stats()
1472 frees += mtsp->mts_numfrees; in get_malloc_stats()
1476 *inuse = *allocs - frees; in get_malloc_stats()
/freebsd/sys/vm/
H A Duma_core.c5457 uint64_t allocs, frees, sleeps, xdomain; local
5460 allocs = frees = sleeps = xdomain = 0;
5469 frees += cache->uc_frees;
5472 frees += counter_u64_fetch(z->uz_frees);
5480 *freesp = frees;
5864 uint64_t frees; local
5869 frees = counter_u64_fetch(z->uz_frees);
5874 uma_zone_sumstat(z, cachefree, allocs, &frees, sleeps,
5882 *used = *allocs - frees;
5962 uint64_t allocs, frees; local
[all …]
/freebsd/sys/netgraph/
H A DNOTES7 - all mallocs/frees now changed to use this.. JRE

12345