Skip to content
Commit 1c542f38 authored by Kees Cook's avatar Kees Cook
Browse files

mm: Introduce kvcalloc()



The kv*alloc()-family was missing kvcalloc(). Adding this allows for
2-argument multiplication conversions of kvzalloc(a * b, ...) into
kvcalloc(a, b, ...).

Signed-off-by: default avatarKees Cook <keescook@chromium.org>
parent 9f645bcc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment