mbox series

[0/4] Heap library and test case changes

Message ID 20230519042923.314670-1-ruifeng.wang@arm.com (mailing list archive)
Headers
Series Heap library and test case changes |

Message

Ruifeng Wang May 19, 2023, 4:29 a.m. UTC
  This series fixed a heap free list management issue which was captured
by unit test failure.
It also includes fixes of the unit test.

Ruifeng Wang (4):
  eal: fix list index for 256 byte element
  eal: simplify check condition
  test/malloc: fix missing free
  test/malloc: fix case expectation

 app/test/test_malloc.c       | 21 +++++++++++----------
 lib/eal/common/malloc_elem.c |  2 +-
 lib/eal/common/malloc_heap.c |  2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)
  

Comments

Thomas Monjalon June 5, 2023, 4:06 p.m. UTC | #1
19/05/2023 06:29, Ruifeng Wang:
> This series fixed a heap free list management issue which was captured
> by unit test failure.
> It also includes fixes of the unit test.
> 
> Ruifeng Wang (4):
>   eal: fix list index for 256 byte element
>   eal: simplify check condition
>   test/malloc: fix missing free
>   test/malloc: fix case expectation

Applied, thanks.