Home
last modified time | relevance | path

Searched refs:fcount (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/
H A Dmem.c85 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) in CRYPTO_get_alloc_counts() argument
91 if (fcount != NULL) in CRYPTO_get_alloc_counts()
92 *fcount = LOAD(free_count); in CRYPTO_get_alloc_counts()
/openssl/doc/man3/
H A DOPENSSL_malloc.pod64 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
139 called, into the values pointed to by B<mcount>, B<rcount>, and B<fcount>,
/openssl/include/openssl/
H A Dcrypto.h.in356 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
/openssl/test/
H A Dsslapitest.c10027 int i, mcount, rcount, fcount; in setup_tests()
10031 CRYPTO_get_alloc_counts(&mcount, &rcount, &fcount); in setup_tests()
10033 mcount, rcount, fcount); in setup_tests()

Completed in 36 milliseconds