Searched refs:mcount (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/ |
H A D | mem.c | 85 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 D | OPENSSL_malloc.pod | 68 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 D | crypto.h.in | 371 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/openssl/test/ |
H A D | sslapitest.c | 12482 int i, mcount, rcount, fcount; in setup_tests() 12486 CRYPTO_get_alloc_counts(&mcount, &rcount, &fcount); in setup_tests() 12488 mcount, rcount, fcount); in setup_tests()
|
Completed in 74 milliseconds