commit | 135ffaff74458c6f0e9a814e6698e2c3e1ee30f9 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <chrisfriedt@gmail.com> | Thu Nov 26 08:19:10 2020 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Sun Dec 27 18:17:07 2020 +0100 |
tree | d045c943ae1e19d3ce24d050bc1f4be9cd8d6830 | |
parent | 6788d867f2c96e87721e7ac8fcede389b9ca631f [diff] |
kernel/k_malloc: add k_aligned_alloc This change adds z_heap_aligned_alloc() and k_aligned_alloc() and changes z_heap_malloc() and k_malloc() to be small wrappers around the aligned variants. Fixes #29519 Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>