diff options
author | Sughosh Ganu <sughosh.ganu@linaro.org> | 2025-03-03 19:02:31 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-03-17 19:39:27 -0600 |
commit | 2bf5811e22efffe37bf5dccb8d13529c51fc65dd (patch) | |
tree | a56e594b179e8d846a56cc588d9e1a8e84bd01af /test/py/tests/test_fs/test_ext.py | |
parent | fa5b4f5a5f99d1f4ab995d07845d2bff50aaabb7 (diff) |
lmb: optimise the lmb allocation functions
The actual logic to allocate a region of memory is in the
_lmb_alloc_base() function. The lmb_alloc() API function calls
lmb_alloc_base(), which then calls _lmb_alloc_base() to do the
allocation. Instead, call the _lmb_alloc_base() directly from both the
allocation API's, and move the error message to the _lmb_alloc_base().
Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Diffstat (limited to 'test/py/tests/test_fs/test_ext.py')
0 files changed, 0 insertions, 0 deletions