~helenos-nicf/helenos/nicf

« back to all changes in this revision

Viewing changes to uspace/app/tester/mm/malloc3.def

  • Committer: Radim Vansa
  • Date: 2011-09-20 21:55:59 UTC
  • mfrom: (697.1.517 HelenOS.mainline)
  • Revision ID: radim.vansa@matfyz.cz-20110920215559-7fjpai6wt5ieurcq
Merge with mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "malloc3",
 
3
        "Multi-heap memory allocator test",
 
4
        &test_malloc3,
 
5
        true
 
6
},