commit | 67706a1802547a279b46318ab0974c43339115e8 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Wed May 29 14:30:43 2024 -0400 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Fri Jun 07 21:43:28 2024 +0200 |
tree | a87ff6e1fe9ac8a3911ef03969a91489c5aeccbd | |
parent | 9f6451d0862372ef1e060bcf613e83931419d30d [diff] |
kernel: mem_slab: reverse free list initialization As it is, blocks are allocated going backward within the buffer. There is nothing fundamentally wrong with that, but it makes debugging unnatural with the successively descending addresses. Create the free list so pointers are oriented forward, at least initially. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>