1sample: 2 description: System heap sample showing how to use sys_heap functions 3 name: Basic system heap sample 4common: 5 integration_platforms: 6 - native_sim 7 harness: console 8 harness_config: 9 type: multi_line 10 ordered: true 11 regex: 12 - ".*allocated 15.,.*" 13 - ".*allocated 10.,.*" 14 - ".*allocated 0, free ..., max allocated ..., heap size 256.*" 15tests: 16 sample.basic.sys_heap: 17 tags: 18 - heap 19 - statistics 20 - dynamic_memory 21