Home
last modified time | relevance | path

Searched refs:mcount (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
87 if (mcount != NULL) in CRYPTO_get_alloc_counts()
88 *mcount = LOAD(malloc_count); in CRYPTO_get_alloc_counts()
/openssl/doc/man3/
H A DOPENSSL_malloc.pod68 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
164 called, into the values pointed to by B<mcount>, B<rcount>, and B<fcount>,
/openssl/include/openssl/
H A Dcrypto.h.in370 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
/openssl/test/
H A Dsslapitest.c12436 int i, mcount, rcount, fcount; in setup_tests()
12440 CRYPTO_get_alloc_counts(&mcount, &rcount, &fcount); in setup_tests()
12442 mcount, rcount, fcount); in setup_tests()

Completed in 37 milliseconds