Re: [PATCH v2 5/6] Add memtool module with memory allocation stress-test

2022-12-13 Thread Daniel Kiper
On Thu, Dec 01, 2022 at 04:12:00PM -0500, Stefan Berger wrote: > From: Daniel Axtens > > When working on memory, it's nice to be able to test your work. > > Add a memtest module. When compiled with --enable-mm-debug, it exposes > 3 commands: > > * lsmem - print all allocations and free space in a

[PATCH v2 5/6] Add memtool module with memory allocation stress-test

2022-12-01 Thread Stefan Berger
From: Daniel Axtens When working on memory, it's nice to be able to test your work. Add a memtest module. When compiled with --enable-mm-debug, it exposes 3 commands: * lsmem - print all allocations and free space in all regions * lsfreemem - print free space in all regions * stress_big_all