allocations: add some more allocation functions
commit9c229a52139e4dd62cad2ff6abe3cd6468966567
authorDan Carpenter <dan.carpenter@linaro.org>
Thu, 11 Apr 2024 09:49:57 +0000 (11 12:49 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Thu, 11 Apr 2024 09:49:57 +0000 (11 12:49 +0300)
tree42a0c81036005fff506cee3f303ae040faf3aa9b
parentbf7aa2ef2440ecf7a5aa95d7ebd5277b7216b1a1
allocations: add some more allocation functions

The really important ones are that kmalloc() is now just a wrapper around
kmalloc_noprof().

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
smatch_allocations.c