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

2022-08-11 Thread Glenn Washburn
On Thu, 11 Aug 2022 14:41:02 -0300 Diego Domingos 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: Does this build without giving --enable-mm-debug to confi

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

2022-08-11 Thread Diego Domingos
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