mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 16:30:21 +00:00
Reverts a change that was made to the defragmentation routine when memory pool support was ported from the microkernel to the unified kernel. The change was intended to improve the readability of the algorithm, but introduced a subtle change in behavior. For example, when k and i are zero and the number of block set entries is one the original algorithm did not execute the while loop, while the revised algorithm executed the loop once. Change-Id: I2b0263a8d7b80846013c459847817d314f803457 Signed-off-by: Allan Stephens <allan.stephens@windriver.com> |
||
---|---|---|
.. | ||
configs | ||
microkernel | ||
nanokernel | ||
unified | ||
Kconfig | ||
Makefile |