CRYPTO_malloc
else if ((es->err_file[i] = CRYPTO_malloc(strlen(file) + 1,
else if ((es->err_func[i] = CRYPTO_malloc(strlen(fn) + 1,
data = CRYPTO_malloc(data_sz, NULL, 0);
if (malloc_impl != CRYPTO_malloc) {
static CRYPTO_malloc_fn malloc_impl = CRYPTO_malloc;
ret = CRYPTO_malloc(num, file, line);
if (malloc_impl == CRYPTO_malloc) {
*freeptr = CRYPTO_malloc(num + alignment, file, line);
return CRYPTO_malloc(num, file, line);
return CRYPTO_malloc(num, file, line);
ret = CRYPTO_malloc(num, file, line);
return CRYPTO_malloc(num, file, line);
return CRYPTO_malloc(num, file, line);
ret = CRYPTO_malloc(strlen(str) + 1, file, line);
ret = CRYPTO_malloc(maxlen + 1, file, line);
ret = CRYPTO_malloc(siz, file, line);
: CRYPTO_malloc(num, file, line);
OSSL_FUNC_CRYPTO_malloc_fn CRYPTO_malloc;
{ OSSL_FUNC_CRYPTO_MALLOC, (void (*)(void))CRYPTO_malloc },
CRYPTO_malloc, (size_t num, const char *file, int line))
CRYPTO_malloc(num, OPENSSL_FILE, OPENSSL_LINE)
OSSL_CRYPTO_ALLOC void *CRYPTO_malloc(size_t num, const char *file, int line);
new = CRYPTO_malloc(sizeof(uint64_t), NULL, 0);