Home
last modified time | relevance | path

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

/crypto/
A Dmem.c234 size_t alloc_bytes; in CRYPTO_aligned_alloc() local
284 if (ossl_unlikely(!ossl_size_add(num, alignment, &alloc_bytes, file, line))) in CRYPTO_aligned_alloc()
291 *freeptr = CRYPTO_malloc(alloc_bytes, file, line); in CRYPTO_aligned_alloc()

Completed in 7 milliseconds