xref: /aosp_15_r20/test/dittosuite/example/memory_growing.ditto (revision 6fa2df46f119dce7527f5beb2814eca0e6f886ac)
1main: {
2  multithreading: {
3    fork: true,
4    threads: [
5      {
6        name: "MemGrow"
7        instruction: {
8          instruction_set: {
9            instructions: [
10              {
11                  mem_alloc: {
12                    size: 40000000
13                    free_policy: FREE_POLICY_LAST_PERIOD
14                  }
15                  repeat: 10,
16                  period_us: 1000000
17              }
18            ]
19          }
20          repeat: 3
21        }
22      }
23    ]
24  }
25}
26global: {}
27