source: mainline/uspace/app/tester/mm/malloc3.def

Last change on this file was 013a5d7, checked in by Martin Decky <martin@…>, 14 years ago

add proper heap shrinking implementation
add malloc3 test (a derivative of malloc1 which forces the allocator to create multiple heap areas)

  • Property mode set to 100644
File size: 76 bytes
RevLine 
[013a5d7]1{
2 "malloc3",
3 "Multi-heap memory allocator test",
4 &test_malloc3,
5 true
6},
Note: See TracBrowser for help on using the repository browser.