Re: [PATCH 07/19] Add memtool module with memory allocation stress-test

2021-11-10 Thread Daniel Kiper
On Tue, Nov 09, 2021 at 01:54:04PM +0100, Daniel Kiper wrote: > On Tue, Oct 12, 2021 at 06:29:56PM +1100, Daniel Axtens wrote: > > 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: > > > >

Re: [PATCH 07/19] Add memtool module with memory allocation stress-test

2021-11-09 Thread Daniel Kiper
On Tue, Oct 12, 2021 at 06:29:56PM +1100, Daniel Axtens wrote: > 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

Re: [PATCH 07/19] Add memtool module with memory allocation stress-test

2021-10-19 Thread Glenn Washburn
On Tue, 12 Oct 2021 18:29:56 +1100 Daniel Axtens wrote: > 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 -

[PATCH 07/19] Add memtool module with memory allocation stress-test

2021-10-12 Thread 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_allocs - stress test larg